Categories
Data FormatsLicense
GNU General Public License version 2.0 (GPLv2)Follow omx2gpx
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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'