Expose RAW 802.11 transmit API and promiscuous mode on esp-wifi
#1879
Labels
package:esp-wifi
Issues related to the esp-wifi package
esp-wifi
#1879
The
esp-wifi
crate currently does not haveesp_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.The text was updated successfully, but these errors were encountered: