LoRa UDP Gateway Wiki
Interface application between LoRa and UDP protocols
Status: Beta
Brought to you by:
skyobs
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.