solution to connect an arduino board to a remote arduino board using ethernet???

looking for solution to connect an arduino board to a remote arduino board using ethernet. Not sure if there is an add on and how involved is the programming, libraries wise if there are any? Also, I am open to suggestions and other brands. Thanks.

looking for solution to connect an arduino board to a remote arduino board using ethernet.

Should be fairly simple to have one arduino running client code and an arduino running server code, or or both arduinos running combined client/server code.

If you have not already invested in an Ethernet shield the Yun is worth looking at as it includes WiFi and Ethernet as well as a Linux computer that includes the uHTTPd webserver and could host another server using, for example Python Bottle.

...R

Take a look here.