Dear Team,
Greeting of the day!
We will push the UDP data packets from Router Node (RN) to Border router (BR).
Basic use case : Creating a virtual tunnel between BR & RN to transfer sensor data as UDP Packets, this data is send periodically by RN on it's own as Unsolicited message to BR(* means BR will not send any request).
Our sensor sends the data over the UART interface periodically as a ASCII string, so we will basically send this data transparently to BR directly over a specific IP/Port.
I have the following queries:
1. If we want is to monitor this data (Sensor ASCII string) at host side (*PC/Laptop) using the Py-Spinel interface connected to BR, from where I should start and where exactly I should make changes at BR code & spinel code to send or receive these Unsolicited message in the Py-spinel interface.
2. Can I bridge this data to the network, Like running a parallel application in the PC/Laptop and sending the received data to our server
Let me know if you need more details.
Thanks & Regards,
Harinder Singh