LoRa UDP Gateway Wiki
Interface application between LoRa and UDP protocols
Status: Beta
Brought to you by:
skyobs
The application is a command line executable which can run as a daemon on LINUX platforms.
It shall be started with the following command :
LoRaUDPGateway <configuration file> <log file>
where :
- <configuration file> is the path of the file containing the configuration parameters of the application
- <log file> is the path of the file where the application stores all the execution messages
The path to the <log file> must be accessible in write mode.
The content of the configuration file is described in the [Configuration] page.