Noed-red : sending full message on tcp socket
- This topic has 0 replies, 1 voice, and was last updated 8 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Noed-red : sending full message on tcp socket
Tagged: node-red lora
Hello
I am new with node-red and lora
I managed to send and receive the Lora messages payload to a server using the tcp output.
The problem is that only message.payload is transmitted.
I would like to transmitt the full message . I can do it for the debug node but how to do for a tcp socket ?
kind of message to send :
{ “chan”: 1, “cls”: 0, “codr”: “4/5”, “datr”: “SF7BW125”, “freq”: “868.3”, “lsnr”: “9”, “mhdr”: “80e5221f01000300”, “modu”: “LORA”, “opts”: “”, “port”: 1, “rfch”: 0, “rssi”: -63, “seqn”: 3, “size”: 44, “timestamp”: “2016-06-01T19:13:10.313697Z”, “tmst”: 440917211, “payload”: “RN2483 otaa 4 : temp CPU :37°C\n”, “eui”: “00-04-a3-0b-00-xx-xx-xx”, “_msgid”: “74247902.8bdb88” }
Thanks