Categories
Data FormatsLicense
GNU General Public License version 2.0 (GPLv2)Follow omx2gpx
Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
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'