Arduino and Local server comunication via LAN with router/switch

I need to do a data exchange between an Arduino+Ethernet Shield(can be multiples) and a local serve in a LAN network via TCP in a WebServer. This should happen by a network with cables brokered by one switch/router and the server can either receive as send mensages to nodes. The image below show as this need to work.

Any help, please?

Thanks :slight_smile:

use the ArduinoHttpClient library over the Ethernet library.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.