Page 1 of 1

WebSockets on Ethernet

Posted: Tue Feb 14, 2023 5:49 am
by ClarkLee
Dear All,
I appreciate all for interesting this issue.

I am using the websockets on wifi now. Now I tried to use the websockets on Ethernet.
But couldn't find any examples.

Most of the sources using wifi websockets.

Does anyone have the examples or referrence for websockets on Ethernet?
Please advice to me.

Thank you.

Re: WebSockets on Ethernet

Posted: Thu Feb 16, 2023 4:04 am
by ESP_YJM
I think you can choose ethernet interface by idf.py menuconfig->Example Connection Configuration, disable the default wifi interface and enable the ethernet interface.