Menu

Generation

Didier Lapeyre

The application is composed of an unique source file (LoRaUDPGateway.c) coded in "C" language.

To generate the executable, simply copy the file on the target platform and issue the following command for the compilation :
gcc -o LoRaUDPGateway LoRaUDPGateway.c -pthread

The command generates the LoRaUDPGateway executable.
Note that the gcc compiler shall be available and the target platform must support multithreading.

The source code is also compatible with the Visual Studio C/C++ compiler on Windows platforms.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.