ttn-zh / ic880a-gateway

Reference setup for iC880a gateways running The Things Network
GNU General Public License v3.0
455 stars 210 forks source link

Support for The Things Network Gateway Connector #12

Open alviso opened 7 years ago

alviso commented 7 years ago

Can you guys update the script to support the Gateway Connector according to this https://www.thethingsnetwork.org/docs/gateways/registration.html Thanks, Peter

gonzalocasas commented 7 years ago

@alviso: yes, we will definitely do so as soon as possible. But it means updating the packet forwarder with a version that uses the new TTN connector, so, it's not a quickie.

alviso commented 7 years ago

@gonzalocasas Thanks, looking forward to it!

jpmeijers commented 7 years ago

A beta version of the new gateway connector for Linux is now available at: https://github.com/kersing/packet_forwarder/tree/master/mp_pkt_fwd

It will be great if you could update you repository to support this. Because after that we can also solve this issue: https://github.com/rayozzie/ttn-resin-gateway-rpi/issues/2

cimm commented 6 years ago

The Things Network packet forwarder seems to be put on hold. What is the recommended package forwarder to use now, the Semtech UDP one until future notice?

gonzalocasas commented 6 years ago

You have two options right now: either the Semtech UDP one, or the mp packet forwarder.

In the future, the gateway connector will be used by the gateway agent to interact with the Semtech UDP package forwarder (once v3 is released).