Search found 3 matches

by praveen
Wed Jun 09, 2021 7:39 am
Forum: General Discussion
Topic: ESP-Mesh: switch root in a no-router setting
Replies: 1
Views: 3136

Re: ESP-Mesh: switch root in a no-router setting

Hi,

Any updates on this topic?
by praveen
Thu May 27, 2021 5:59 am
Forum: ESP-MDF
Topic: Information on non-self packets over the mesh
Replies: 0
Views: 6747

Information on non-self packets over the mesh

Hi, mwifi_read()is used to 'Receive a packet targeted to self over the mesh network' Is there anyway to know that a packet was received by the node which was no meant for self and but it was relayed through to reach the destination address? This is basically to track the route of data packet from so...
by praveen
Thu May 27, 2021 5:03 am
Forum: ESP-MDF
Topic: Sending large files over ESP-MESH
Replies: 2
Views: 19554

Sending large files over ESP-MESH

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 befor...