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

otaa mode cannot connect #50

Closed tornodo closed 7 years ago

tornodo commented 7 years ago

pktfwd local_conf.json "serv_port_up": 1680, "serv_port_down": 1680 the node join success +JOIN: Starting +JOIN: NORMAL, count 1, 0s, 0s +JOIN: Network joined +JOIN: NetID 000000 DevAddr 01:65:14:01 +JOIN: Done

when changed "serv_port_up": 1700, "serv_port_down": 1700 restart pktfwd and start ./lora-gateway-bridge --mqtt-server tcp://x.x.x.x:1883 the node join failed +JOIN: Starting +JOIN: NORMAL, count 1, 0s, 0s +JOIN: Join failed

brocaar commented 7 years ago

You need to install all LoRa Server components. Please see the documentation: https://docs.loraserver.io/install/quick-install/.