For a project I am working on, I am wondering if there is a way to send internet packets between two Arduinos.
The setup would be to have both Arduinos have ethernet shields. One shield is connected to a computer and the other to a router or other internet connection. The Arduinos need to communicate to each other relaying the packets of information. The goal is to be able to ping the router from my computer through these two Arduinos.
Any help would be greatly appreciated. Thank you.