Hi,
I’m currently working on a setup with three nodes:
-
Node A: collects data
-
Node B: acts as a relay, forwarding data
-
Node C: processes the data and then sends the result back to Node B
The basic communication flow (A → B → C, and C → B) is already working correctly.
Now I am testing the throughput of the whole system, but I only get around 40 kbps.
Is there any recommended way to improve the throughput in this kind of multi-hop relay system? For example, parameters I should tune, or other techniques that could help boost the data rate?
Thanks in advance for any suggestions!