Page 1 of 1

Ethernet web server

Posted: Mon Sep 20, 2021 1:03 pm
by marcol
I am using esp32 as a wifi web server on which a web page runs. Everything works using the arduino library.
I would like to do the same thing using ethernet w5500 using the EthernetWebServer.h libray but i don't find the instructions like "server_web.on" or "server_web.send" used by wifi, are there any examples that can help?
The ethernet works and I was able to open a tcp socket.

Thanks

Re: Ethernet web server

Posted: Wed Sep 22, 2021 5:53 am
by khoih-prog
Have a look at these examples

Simple

1. HelloServer
2. HelloServer2

Complex

3. AdvancedWebServer
4. ESP32_FS_EthernetWebServer