I am currently working on establishing thread network using nRF5340DK to send/receive data between thread device(client) and global network(server). I was successful in setting up the network and able to ping the devices.
But I really don't know, how could I send packets of data from the thread device to cloud server or global network using OpenThread API calls from my application. Can someone guide me on this or share some useful examples or reference to send some messages(UDP or TCP/IP) from thread device.
Below diagram is my network configuration. Here the OTBR is connected to Ethernet.
Note: Final goal is to send/receive data from Thread Device to Blockchain Node(Global network) via OTBR.
Thanks and Regards
Vipin Das