Search found 1 match

by Xenoxca
Sat Jan 06, 2018 11:15 am
Forum: ESP-IDF
Topic: Esp32 promiscuous mode - limit callback packet data size
Replies: 2
Views: 6258

Esp32 promiscuous mode - limit callback packet data size

Hello! I was playing around with promiscuous mode on my ESP32, and noticed that it can miss a lot of packets, presumably because calling the promiscuous callback function and copying all the packet data is a fairly slow process. I am trying to develop an app that only collects the header of the pack...