Distributing big data in thread mesh networks? #8470
-
Our company is just evaluating the usability of thread concerning sending big amounts of data over a thread mesh. Big meaning OTA updates for embedded devices that range from ~2MB to maybe 6MB. Can this be done easily via thread? Also our goal is to distribute JSON data from cloud to end device via mesh. I see that thread supports TCP which would be a must in our case. Is thread the right pick for this use case? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The latest Thread 1.3 Specification does have provisions for bulk transfer, including TCP and delay-aware queueing. Note, however, that Thread was designed for low data-rate applications. If transfer latency is not a concern, then Thread may be a good fit for your application. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Well the updates are not necessarily time constrained like a video stream for example. But how fast would the distribution of say a 2MB file be as a ballpark figure? Is there some data on transfer latency vs. chunk size? |
Beta Was this translation helpful? Give feedback.
The latest Thread 1.3 Specification does have provisions for bulk transfer, including TCP and delay-aware queueing. Note, however, that Thread was designed for low data-rate applications. If transfer latency is not a concern, then Thread may be a good fit for your application.