chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
423 stars 270 forks source link

us or eu #46

Closed interfaith closed 7 years ago

interfaith commented 7 years ago

does this go code work only for eu ? if so then what is the US struct ?

type Backend struct {   | conn mqtt.Client   | txPacketChan chan gw.TXPacketBytes   | gateways map[lorawan.EUI64]struct{}   | mutex sync.RWMutex   | }