I want to send sensor data from one node to other using access_model_reliable_publish() method, but my data is too large and I'm not able to send large data. What is the maximum size of data we send using access_model_reliable_publish()? What is size of packet and how many bytes of data we send at a time? I want to send 8192 bytes of data(i.e my uint8_t array size is 8192), how i can send it through single packet. Will you please provide the solution?
Thanks.