Currently I am working on promiscuous mode i.e sniffer. I want to enable/disable promiscuous mode for some period of time.Do you have any idea how to implement it.I tried using wifi_promiscuous_enable(0) but it wont work.
Thanking you in advance.
Explore... Chat... Share...
void call_back (uint32 interruptMask, void *arg)
{
uint32 gpio_status;
gpio_status = GPIO_REG_READ(GPIO_STATUS_ADDRESS);
GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, gpio_status);
os_printf("call_back");
}
void user_init()
{
uart_div_modify(0, UART_CLK_FREQ / 115200);
GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, BIT(5));
gpio_pin_intr_state_set(GPIO_ID_PIN(5), GPIO_PIN_INTR_POSEDGE);
ETS_GPIO_INTR_ATTACH(&call_back, 0);
ETS_GPIO_INTR_ENABLE();
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]