micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

Mesh Network #176

Closed pedrofelipest closed 5 years ago

pedrofelipest commented 6 years ago

How to create mesh network? Has it been implemented?

MrSurly commented 6 years ago

For MicroPython ESP32? No. Probably not anytime soon.

nickzoic commented 6 years ago

I went and created this issue for ESP-IDF to add 802.11 Ad-Hoc Networks, but I wouldn't hold your breath. https://github.com/espressif/esp-idf/issues/989

nickzoic commented 6 years ago

@pedrofelipest ESP-NOW protocol might also be of interest to you. I'm currently working on getting that implemented for MicroPython.

https://github.com/espressif/esp-idf/blob/master/docs/api-reference/wifi/esp_now.rst

pedrofelipest commented 6 years ago

Thanks @nickzoic, I will check this implementation.

nickzoic commented 6 years ago

(FYI: Espressif aren't likely to support WiFi AdHoc but have other things on the go, including WiFi Direct and ESP-Mesh. I've closed the issue above.)

pedrofelipest commented 6 years ago

@nickovs the ESP-NOW do you have a maximum amount of devices on the network that is mounted?

60999 commented 3 years ago

Is there any update progress?