hello,
please forgive me a potentially superfluous new bee question.
facts
local system: running lora_pkt_fwd cloned from https://github.com/Lora-net/packet_forwarder.git
*** Beacon Packet Forwarder for Lora Gateway ***
Version: 4.0.1
*** Lora concentrator HAL library version info ***
Version: 5.0.1;
local_conf.json:
{
"gateway_conf": {
"server_address": "router.eu.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"gateway_ID": "b827ebe5e5aa08e7"
}
transmitted data
02 7F 23 00 B8 27 EB E5 E5 AA 08 E7 7B 22 72 78 | ..#..'......{"rx
70 6B 22 3A 5B 7B 22 74 6D 73 74 22 3A 33 38 35 | pk":[{"tmst":385
32 38 36 38 37 35 2C 22 63 68 61 6E 22 3A 32 2C | 286875,"chan":2,
22 72 66 63 68 22 3A 31 2C 22 66 72 65 71 22 3A | "rfch":1,"freq":
38 36 38 2E 35 30 30 30 30 30 2C 22 73 74 61 74 | 868.500000,"stat
22 3A 31 2C 22 6D 6F 64 75 22 3A 22 4C 4F 52 41 | ":1,"modu":"LORA
22 2C 22 64 61 74 72 22 3A 22 53 46 37 42 57 31 | ","datr":"SF7BW1
32 35 22 2C 22 63 6F 64 72 22 3A 22 34 2F 35 22 | 25","codr":"4/5"
2C 22 6C 73 6E 72 22 3A 38 2E 32 2C 22 72 73 73 | ,"lsnr":8.2,"rss
69 22 3A 2D 31 35 2C 22 73 69 7A 65 22 3A 33 33 | i":-15,"size":33
2C 22 64 61 74 61 22 3A 22 41 75 58 6C 41 4E 78 | ,"data":"AuXlANx
4B 50 68 66 6C 35 51 32 53 65 79 4A 7A 64 47 46 | KPhfl5Q2SeyJzdGF
30 49 6A 70 37 49 6D 4E 75 64 43 49 36 4D 6A 41 | 0Ijp7ImNudCI6MjA
79 4D 6E 31 39 22 7D 5D 7D | yMn19"}]}
i can see in the firewall logs that my local system and router.eu.thethings.network are talking to each other.
gateway (configured as legacy packet forwarder with [eui-b827ebe5e5aa08e7) overview:
status = connected
last seen seconds are incremented / wrapped
but the gateway does not show any data:
Received Messages = Transmitted Message = 0
what could i have missed?
thanks in advance for your assistance, g.