Replies: 2 comments 5 replies
-
Consider using TCP - OpenThread includes a TCP implementation. https://github.com/openthread/openthread/blob/main/src/cli/README_TCP.md |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks, you're of really great help! What is the protocol overhead of spinel? Using a (real) UART baudrate of 115200, what net network bandwidth can we expect? Also, what bandwidth can we expect using the nordic RCP, without real UART in the way? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to transfer firmware files over a large Thread network.
While I saw #5498, and this would pose a viable solution, I wanted to ask if there is a better solution for transferring bigger blocks of data over a Thread network.
What would be the best approach to send files sized around 250KB over Thread?
Beta Was this translation helpful? Give feedback.
All reactions