Thanks
But with this parameters , sometime it’s work , sometime the gateway wait … wait before sending the message and after push all the message .
Have you a idea ?
Dear ,
I am trying to explain better .
When the gateway receive a msg Lora IN , there are a lot of parameters . ( see above )
msg= { “chan”: 7, “cls”: 0, “codr”: “4/5”, “datr”: “SF12BW125”, “freq”: “869.9”, “lsnr”: “7.8”, “mhdr”: “4007000000803602”, “modu”: “LORA”, “opts”: “”, “port”: 5, “rfch”: 1, “rssi”: -33, “seqn”: 566, “size”: 4, “timestamp”: “2017-01-18T15:06:28.165324Z”, “tmst”: 3716366084, “payload”: “A\r\n”, “eui”: “70-b3-d5-9b-a0-00-0f-1b”, “_msgid”: “3e33b97c.c1cc46” }
My request is :
In the node “Lora out” with Third-party Devices using in Class C , I would like to know the parameters that are mandatory.
I think that there are at least those this :
msg.eui = “70-b3-d5-9b-a0-00-0f-1b” ;
msg.ack = false ;
msg.payload = “x”;
what else ?
Thanks for your help .
frederic
Dear ,
Somebody has an idea !
On above , there are the debug lora out node when i am trying to send a message from Gateway to sensor .
{ “topic”: “On BP 7”, “payload”: “1”, “_msgid”: “b81f2205.47e0e”, “ack”: false, “eui”: “70-b3-d5-9b-a0-00-0f-1b” }
Thanks but with ACK = false there are the same default .
Frederic
Bryan
Thanks