I am trying to receive UDP messages from reacTIVision. There is a simulator here: http://reactivision.sourceforge.net/
It sends the messages to local host (127.0.0.1) on UDP port 3333
Is there a way to use this extension to receive these messages?
I am trying to receive UDP messages from reacTIVision. There is a simulator here: http://reactivision.sourceforge.net/
It sends the messages to local host (127.0.0.1) on UDP port 3333
Is there a way to use this extension to receive these messages?
It sure can. You'll have to know how to code in c# or vb.net first.
Look into the UdpClient class.
ok thanks.