MDF + IDF 3.3.1
How to send a broadcast message?
When I do at root node:
mwifi_root_write( MWIFI_ADDR_BROADCAST, 1, data_type.communicate=MWIFI_COMMUNICATE_BROADCAST, data, length, false)
I get a message:
W (41967) [mwifi, 645]: <ESP_ERR_MESH_NO_ROUTE_FOUND> Node failed to send packets, dest ...
Search found 5 matches
- Wed May 20, 2020 12:42 pm
- Forum: ESP-MDF
- Topic: How to send broadcast and multicast
- Replies: 1
- Views: 8509
- Thu Mar 26, 2020 8:06 am
- Forum: ESP-MDF
- Topic: List of nodes at root
- Replies: 1
- Views: 7179
Re: List of nodes at root
I've just found solution :) Function: esp_mesh_get_routing_table() . It works!
But I don't know, why it is in IDF document (https://docs.espressif.com/projects/esp-idf/en/v3.3.1/api-reference/network/esp_mesh.html), not in MDF (https://docs.espressif.com/projects/esp-mdf/en/latest/api-reference ...
But I don't know, why it is in IDF document (https://docs.espressif.com/projects/esp-idf/en/v3.3.1/api-reference/network/esp_mesh.html), not in MDF (https://docs.espressif.com/projects/esp-mdf/en/latest/api-reference ...
- Wed Mar 25, 2020 7:54 pm
- Forum: ESP-MDF
- Topic: List of nodes at root
- Replies: 1
- Views: 7179
List of nodes at root
Hi all.
I have the code based on https://github.com/espressif/esp-mdf/bl ... _started.c.
How can I get the (mac-)list of all actually connected nodes at the root?
I have the code based on https://github.com/espressif/esp-mdf/bl ... _started.c.
How can I get the (mac-)list of all actually connected nodes at the root?
- Wed Mar 25, 2020 3:50 pm
- Forum: ESP-MDF
- Topic: MDF and Soft-AP mode at root?
- Replies: 0
- Views: 5709
MDF and Soft-AP mode at root?
Hi.
Is it possible to act root in Soft-AP mode? According the ESP mesh specifics i suspect that NO. But maybe...
Is it possible to act root in Soft-AP mode? According the ESP mesh specifics i suspect that NO. But maybe...
- Wed Mar 25, 2020 9:55 am
- Forum: ESP-MDF
- Topic: Allow more than one root in one network
- Replies: 1
- Views: 7414
Allow more than one root in one network
Hi all.
I've seen in setup "Allow more than one root in one network" (menuconfig → Component config → MDF Mwifi → Root config). What does it mean?
I have a project of wide network where it's possible to have 20 or more layers. Is it possible to have more than one root, and allow nodes to ...
I've seen in setup "Allow more than one root in one network" (menuconfig → Component config → MDF Mwifi → Root config). What does it mean?
I have a project of wide network where it's possible to have 20 or more layers. Is it possible to have more than one root, and allow nodes to ...