A Node-Red flow to analyze the LoRaWAN packets your gateway(s) receive.
This flow acts like a LoRaWAN network for your gateway, takes in packages via the Semtech UDP protocol, calculates the airtime, figures out which network the package belongs to, and then stores all that information in an InfluxDB. You can then use Grafana to visualize that information
flows.json
file.dashboard.json
file.gateway_conf -> servers
section:
{
"server_address": "nodered.example.com",
"serv_enabled": true,
"serv_down_enabled": false,
"serv_port_up": 1688,
"serv_port_down": 1688
}
Or if you're using the balena.io image for your gateway(s), add the following Service Variables:
SERVER_1_ADDRESS=nodered.example.com
SERVER_1_ENABLED=true
SERVER_1_PORTDOWN=1688
SERVER_1_PORTUP=1688