Arduino transfer Ultrasonic indications to Ethernet shild

Hi!

I need to transfer the ultrasonic readings via Ethernet shield to the Touchdesigner.

I did the Arduino UNO test via USB (COM3 9600 port) and everything works. I got all the distance data earlier.

But how to transfer data to Ethernet shield?
I now have an Ethernet shield WS5100 and an Arduino UNO.

Thx ))

You will likely be using the TCP/IP DAT to receive ethernet data:

docs.derivative.ca/TCP/IP_DAT

Depending on the arduino libraries you use, you may also be sending UDP packets,
in which case its the

docs.derivative.ca/UDP_In_DAT

Cheers,
Rob