Project Activity

See All Activity >

Categories

Data Formats

License

GNU General Public License version 2.0 (GPLv2)

Follow omx2gpx

omx2gpx Web Site

Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management Icon
Level Up Your Cyber Defense with External Threat Management

See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Try for Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

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'
Read more reviews >

Additional Project Details

Operating Systems

Linux

Intended Audience

End Users/Desktop

User Interface

Console/Terminal

Programming Language

C

Related Categories

C Data Formats Software

Registered

2016-10-11