Hi All,
For my project I want to send stringified JSON-RPC objects to about 25 nodes with a mesh network. Say these messages are of size: "{address: hd7ahkvf, origin: hh27hd, UID: 22dgc, content: { id: 6654gd, method: "dosomething", params: {a:234, b:false, c:"bananas"} } }"
Will these strings be stripped down to chunks of a few characters per message over the channel? I could send it with burst but if all nodes are bursting data to eachother, say 4 times a second, this may be problematic (?).
I only have 2 nodes to test on (NRF51422 based N5 kits) so I'm unsure if this is feasible to scale up. Could anyone shed some light on this?
Regards,
Alex