How to send data between two Arduinos using Ethernet ?

Hi guys ,

I have a little problem here , i want to make this connection

How can i send joystick data ( Logitech 3D extreme pro - Codes and libraries are attached - ) from UNO to Mega ?

This is the steps i thought about to make the connection but i only managed to solve the first step which is interfacing Joystick with Arduino Uno

Thank you

Station_Control.ino (1.06 KB)

le3dp_rptparser.cpp (4.93 KB)

le3dp_rptparser.h (814 Bytes)

How can i send joystick data ( Logitech 3D extreme pro - Codes and libraries are attached - ) from UNO to Mega ?

You might try making a direct ethernet connection from the uno to the mega (thru a router might be first step). Involving the pc in the path may require writing an application that runs on the pc to transfer the data.