brocaar / chirpstack-network-server

ChirpStack Network Server is an open-source LoRaWAN network-server.
https://www.chirpstack.io
MIT License
1.49k stars 546 forks source link

How to send data to the end nodes? #72

Closed lg007 closed 8 years ago

lg007 commented 8 years ago

If it is possible, please include an example on how to send data (payload) to the end nodes. If I am not mistaken, currently there is no example for sending data only for receiving it. Thanks!

brocaar commented 8 years ago

Do you mean this? https://docs.loraserver.io/loraserver/sending-data/

lg007 commented 8 years ago

Unfortunately I have no experience with mosquitto. I understand what is needed to send packets to an end node, but what I miss is a sample mosquitto command like mosquitto_sub -t "application/0101010101010101/node/+/rx" -v you wrote for receiving packets.