Hello,
I have a Kerlink LoRa IoT Station that captures packets from only two end-nodes. The gateway is connected on a Cellular Network and has installed the Semtech UDP Packet Forwarder. Also, this gateway is located somewhere that covers only these two devices. The cellular connection was configured by following the TTN Documentation.
The physical payload (size in traffic gateway’s) of each device and how often they send their payload are:
-
Device 1
- DR: SF7BW125, CR: 4/5
- Uplink Size: 71 bytes
- Downlink Size: 0 bytes
- Sends every: 104 seconds
-
Device 2
- DR: SF7BW125, CR: 4/5
- Uplink Size: 36 bytes
- Downlink Size: 12 bytes
- Sends every: 180 seconds
If I calculate only the traffic from these devices then theoretically the Gateway consumes around 4.8 MBs per month for LoRa packets (uplink and downlink). For some reason I am billed by my cellular provider for 210 MBs (I can see the total consumed megabytes on my bill for this specific sim card) per month.
So my questions are:
- Is there a proper way to measure the total traffic of the cellular connection (linux command, logs in kerlink)?
- What other cellular traffic does a gateway have except the LoRa packets (uplink and downlink) that would cause this great difference?
- Are there any suggestions to limit down the total cellular traffic?
Thank you!
Christos