Table of Contents:
This is an Open Source LoRaWAN server from https://github.com/gotthardp/lorawan-server.
All current LoRaWAN gateway can support the connection to this LoRaWAN server. Some gateway models have this lorawan server built-in by default. They are:
If for some reason, if the above model doesn't have this lorawan server in it. Users can install them manually.
Run command:
Run command:
At this point, lorawan-server is installed
If users want the server to start automatically after system reboot, run the command:
start/stop lorawan-server via systemctl:
By default, the server listens on HTTP port 8080 and expects "admin" as both username and password. Users can access it via a web browser by entering the URL, where is the IP or the hostname of your server. http://ip_address:8080
Back to the page of Semtech UDP check the secondary server settings and click the button of Save&Apply.
If the user completes the above steps, you can check your gateway status on the built-in Lorawan server.
The following are examples of adding EU868 frequency nodes
See this link for more frequency configurations https://github.com/gotthardp/lorawan-server/blob/master/doc/Regions.md
1. Input the NetID* --> Random 6 digits
2. Choose the Region* --> EU 863-870MHz
3. Gateway Power --> Default value of EU868 is 16dBm
Configuration of ADR
Max EIRP(dBm) * --> 16
Max Power * --> Max
Min Power * --> Max - 14 dB
Max Date Rate * --> SF7 125kHz (5470 bit/s)
Initial RX2 DR * --> SF12 125kHz (250 bit/s)
Initial Duty Cycle --> 1 (100%)
Initial RX1 DR Offset --> 0
Initial RX2 Freq (MHz)* --> 869.525
Configuration of Channels
Initial Channels --> eg. 0 - 2
Finally, click "submit", Complete the Add Networks step.
Name --> custom
Network --> Enter the Networks configured in the preceding steps