Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wi-Fi Aware / Wi-Fi Direct #26

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

Open
johndoesenior opened this issue Apr 24, 2025 · 2 comments
Open

Wi-Fi Aware / Wi-Fi Direct #26

johndoesenior opened this issue Apr 24, 2025 · 2 comments

Comments

@johndoesenior
Copy link

johndoesenior commented Apr 24, 2025

Any chance for Wi-Fi aware or Wi-Fi Direct implementation ?

Wi-Fi Aware would be awesome, espressif did implement it but forgot many features that i can implement myself but i'm missing the base because the library is not open sourced. an example for one of the problems:

espressif/esp-idf#15773

@redfast00
Copy link
Contributor

I think it's definitely possible, just that it hasn't been done yet. It's currently not on my roadmap, I want to implement other features first, but the hardware definitely allows it. I think if you want to implement it, FoA (another repo in this same org; fully written in Rust) is probably the place to do so.

@rottaran
Copy link
Contributor

If you have knowledge about the Wi-Fi Direct protocols and do not want to wait, you can also implement alot by combining esp_wifi_80211_tx() and the monitoring mode esp_wifi_set_promiscuous_rx_cb etc, see https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_wifi.html. Encryption would be anoying to implement, but hopefully not needed for Wi-Fi direct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants