Skip to content
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

Expose RAW 802.11 transmit API and promiscuous mode on esp-wifi #1879

Closed
ProfFan opened this issue Jul 29, 2024 · 2 comments
Closed

Expose RAW 802.11 transmit API and promiscuous mode on esp-wifi #1879

ProfFan opened this issue Jul 29, 2024 · 2 comments
Labels
package:esp-wifi Issues related to the esp-wifi package

Comments

@ProfFan
Copy link
Contributor

ProfFan commented Jul 29, 2024

The esp-wifi crate currently does not have esp_wifi_80211_tx and promiscuous mode available. This makes implement custom protocols (for example mesh networking) very difficult, as the ESP-NOW protocol is limited to only 250bytes of packets, which wastes a lot of bandwidth due to frame overheads.

@bjoernQ bjoernQ added the package:esp-wifi Issues related to the esp-wifi package label Jul 30, 2024
@bjoernQ
Copy link
Contributor

bjoernQ commented Jul 30, 2024

relates to #1603

@MabezDev
Copy link
Member

Closed via #1935

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:esp-wifi Issues related to the esp-wifi package
Projects
Archived in project
Development

No branches or pull requests

3 participants