Sending large files over ESP-MESH
Posted: Thu May 27, 2021 5:03 am
Hi,
I need to send a file of size 1MB over the mesh network.
I am using esp_spiff.h to mount the file system and write the file onto flash.
Can I use fread() to read the entire file? Or do I need to limit the file read size?
As the wifi payload length is limited, do I need to fragment the data before sending to mwifi_write()?
Thank you
I need to send a file of size 1MB over the mesh network.
I am using esp_spiff.h to mount the file system and write the file onto flash.
Can I use fread() to read the entire file? Or do I need to limit the file read size?
As the wifi payload length is limited, do I need to fragment the data before sending to mwifi_write()?
Thank you