tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
MIT License
26 stars 8 forks source link

TCP Client and Server. #9

Closed RaysoftTechnologiesInc closed 1 year ago

RaysoftTechnologiesInc commented 1 year ago

Hi,

I am sorry for disturbing you again, i am just wondering if you have any example you have done for TCP Server or Client, using the library. I am currently struggling to get the client to connect to a server.

I am looking to implement Modbus TCP. Your pointers will be greatly appreciated.

tobozo commented 1 year ago

hi,

Maybe check the projects mentioned in the ReadMe, both come with comprehensive examples.

For a more thorough implementation see @khoih-prog's WebServer_ESP32_ENC and AsyncWebServer_ESP32_ENC

I'm not sure why they've been archived though, maybe the enc28j60 module landed in the arduino core? This would make this library obsolete too.