Categories
Data FormatsLicense
GNU General Public License version 2.0 (GPLv2)Follow omx2gpx
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
-
It's just the software that I have needed for not depends of propietary software. For the windows users is a little bit more complicate that of the linux user. You can compilate it with the command line compiler (cl.exe) of Visual Studio Community (free). But you must change in main.c some unix funtions by the windows equivalents: localtime_r(&nTimeStamp, &sTime2); (LINUX) ----->>>>>> localtime_s(&sTime2, &nTimeStamp); (WINDOWS) popen(pHttpRequest, "r")) (LINUX) ---->>>>>>> _popen(pHttpRequest, "r")) (WINDOWS) pclose(pFlux); (LINUX) ---->>>>>>> _pclose(pFlux); (WINDOWS) When you have the exe, with a little batch you can managed it with 'drag & drop'