tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Client and Server.

RaysoftTechnologiesInc opened this issue · comments

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.

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.