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

Send packets to node #25

Closed vrvoicu closed 7 years ago

vrvoicu commented 7 years ago

I've install the packet_forward and the lora_gateway_bridge on a raspberry pi and the rest (server and all that) on a remote server. The joining and node sending data to the server works but i dont seem to be able to send packets when publishing on mqtt. I've tried both with the message to the gateway and message to the end device (the 2 examples in the tutorial)

vrvoicu commented 7 years ago

I figured out what wasn't working on the gateway topics. The gateway mac was AA555A0000000101 but the topic the bridge was connecting to was aa555a0000000101. On the node topics it only sends on the next receive window according to class A (was implementing class C and was expecting the gateway to send the packet immediately) .