Socat UDP control

 

 

2 channels UDP Relay board

 

 

8 channels UDP Relay board

 

 

---------------------------------------------------------------------------------------------------------------------------

 

Windows OS

 

Download SOCAT from:

http://blog.gentilkiwi.com/programmes/socat

 

First relay ON command:

echo FF0101 | socat - udp-datagram:192.168.1.199:12345

First relay OFF command:

echo FF0100 | socat - udp-datagram:192.168.1.199:12345

 

 

---------------------------------------------------------------------------------------------------------------------------

 

Linux, AIX, BSD, HP-UX, Solaris e.a. (UNIX)

 

Download SOCAT from:

http://www.dest-unreach.org/socat/

 

First relay ON command:

echo FF0101 | socat - udp-datagram:192.168.1.199:12345

First relay OFF command:

echo FF0100 | socat - udp-datagram:192.168.1.199:12345

 

---------------------------------------------------------------------------------------------------------------------------

 

 

 

Read 9386 times