So I have an old DIY gateway made from a Raspberry Pi and an IMST ic880a gateway. It is using very old poly_pky_fwd UDP forwarder code.
It’s been sat working for years now, it’s been at the back of my mind that it needs changing to use Basic Station and moving to V3 for a while.
But today it seems to have stopped working in that it is showing as “Last Seen” about 5 hours ago. I’ve been getting notifications all night saying that it has been offline, back online, offline etc… but now it just shows offline.
When I watch the logs of the packet forwarder it looks like it is working to me.
E.G.
##### 2021-02-23 12:48:08 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 2
# CRC_OK: 100.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 2 (52 bytes)
# PUSH_DATA datagrams sent: 3 (720 bytes)
# PUSH_DATA acknowledged: 100.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 2 (100.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### [GPS] ###
# Invalid gps time reference (age: 1614084488 sec)
# Manual GPS coordinates: latitude 533829.00000, longitude 14937.00000, altitude 0 m
##### END #####
INFO: [up] PUSH_ACK for server router.eu.thethings.network received in 19 ms
INFO: [down] for server router.eu.thethings.network PULL_ACK received in 19 ms
INFO: [down] for server router.eu.thethings.network PULL_ACK received in 19 ms
INFO: [down] for server router.eu.thethings.network PULL_ACK received in 19 ms
I guess this means I need to stop being lazy and re-install the software using the new Basic Station and move it and all my applications across to V3. But is there a known reason why the old forwarder might be not working with V2 anymore?