Page 1 of 1
esp_wifi_init()
Posted: Sat Dec 04, 2021 11:42 am
by Ganesh22
where are esp_wifi.c ,esp_mesh.c files means where are the esp_wifi_init() function written? in idf which file?
Re: esp_wifi_init()
Posted: Tue Dec 07, 2021 5:48 am
by Ganesh22
Anyone ??
Re: esp_wifi_init()
Posted: Tue Dec 07, 2021 6:59 am
by ESP_Sprite
esp_wifi_init.c is defined in components/esp_wifi/src/wifi_init.c . Note that this is part of the WiFi driver which is partially closed source, so of some of the functions this function calls, not all sources are available.
Re: esp_wifi_init()
Posted: Tue Dec 07, 2021 9:53 am
by Ganesh22
Thanks a lot there are many functions that are not available is there any function that can broadcast message and read the broadcast message.
Re: esp_wifi_init()
Posted: Tue Dec 07, 2021 10:05 am
by ESP_Sprite
Sure, probably, but you'll have to be a bit more clear than that... you have ESP-Now, UDP broadcast messages, mesh-like solutions which can do broadcasts via propagation, ...