What is the maximum size of JSON data I can send through outbound file at a time? I am gathering sensor data in a buffer and sending this together at a time interval? I would like to know maximum json data size I can send at a time?
Hi @Thareeq,
There is no enforced “maximum size” as it depends on the robustness of your network connection. However, I’ve found that 8KB is a relatively safe maximum to use.
Rob
Thank you, Rob. I’ll try sending it and see where I encounter the limit or any issues.