-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TW#15359] Support for WiFi 802.11 Ad Hoc mode (IDFGH-2143) #989
Comments
Ad Hoc mode would be extremely useful for p2p comunication and mesh networks. |
Sorry, @nickzoic Ad Hoc will not be in our TODO list. @honza-klu P2P(Wi-Fi DIRECT) is in our TODO list. And , we will release ESP-Mesh in idf3.1. |
No worries. I've been experimenting a bit with ESP-Now and that's looking good for my application. Closing this ... |
Will Ad-Hoc ever be on the ToDo list? Really want to use my ESPs with existing mesh networks that follow the 802.11 ad-hoc standard for making mesh networks. |
Hi @wgaylord . Ad Hoc is not in our TODO list. Sorry for that. |
Is there a specific reason why? Or just other priorities? |
As far as I know, the Ad-Hoc (IBSS) mode is basic functionality in the WiFi stack. |
Hi @honza-klu @preechaim, thank you for your suggestion. For now we are doing other tasks. If there are any news about this, we would let you know. |
Is 802,11 Ad Hoc going to be looked at or is it not being looked at as it would compete with ESP-Mesh? Just looking for an answer. I would attempt to implement Ad Hoc somehow but the WiFi stack is closed source in a binary only so I would have to use sending and reception of raw packets. |
Is it possible to add support for WiFi 802.11 Ad Hoc mode to the ESP32 WiFi Stack Libraries?
The text was updated successfully, but these errors were encountered: