Ethernet web server
Posted: Mon Sep 20, 2021 1:03 pm
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
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