Send packet to end device
- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Send packet to end device
Hi,
I have a conduit aep and some LoRa sensors communicate with it.
I want to send packet from my conduit to the sensors in order to configurate them but I tried to do this with the LoRa out node on node-red and by nc (like explained on the documentation of mLinux conduit) but both of them does not seem to work..
Is there another way to do this ?
Regards
Can you post examples of what you tried?
The packets will be queued until an uplink from the node.
Then it will be sent down in an RX window.
If you connect a lora-in node to lora-out then the sensor should receive in response the payload it sends. Is there any way you could test out this functionality?
First I tried this (I tried to throw the lora message both with tcp request and injection) :

And after that I tried this :

But if i do what you say, how can I know if the device received the message ? I think it will not answer ?
Ok so the answer is to send the message with netcat, I thought it did not work because of my conduit which bufferised the messages in order to send them later.