ESP32: using WLAN promiscous mode?


#1

Hi,

I ordered a D-STIKE Packet monitor board, which was recommended for µLisp. While I am waiting for it,
I flashed µLisp on the other ESP32 board I have.
Is there a way to put the WLAN interface into promiscous/monitor mode somehow with µLisp?
I would be nice to reimplement the functions of the D-STIKE board, which firmware is written in C++, in µLisp…

Cheers!
mcc


#2

You will probably need to add a function to uLisp to provide this feature. Do you have the C++ code to do it? Have a look at Adding your own functions, and the other wi-fi functions for examples you could follow. I can help if you get stuck.