Code:### [2010/5/2 11:54:40] PROCESS @ OscP5 stopped.
### [2010/5/2 11:54:40] PROCESS @ UdpClient.openSocket udp socket initialized.
### [2010/5/2 11:54:41] PROCESS @ UdpServer.start() new Unicast DatagramSocket created @ port 1234
### [2010/5/2 11:54:41] PROCESS @ UdpServer.run() UdpServer is running @ 1234
### [2010/5/2 11:54:41] INFO @ OscP5 is running. you (127.0.1.1) are listening @ port 1234
yep that is looking good apart from the ip address. I tried other example and it was working fine ~ I was able to click in the window and the console would display the message. My firewall is not up - and my computer is receiving the udp packet from the device.
Does it make sense that what I receive from the NDS is not formated correctly from osc ? Or woudl oscp5 display the packet even if it's not completely the needed format?
Here is an example of the packet that are captured :
Code:12:11:33.060516 IP (tos 0x0, ttl 128, id 10755, offset 0, flags [none], proto UDP (17), length 42)
192.168.1.222.4767 > 192.168.1.255.1234: UDP, length 14
E..**.....................K.moved 150 37;
;
.
12:11:33.077412 IP (tos 0x0, ttl 128, id 11011, offset 0, flags [none], proto UDP (17), length 42)
192.168.1.222.4767 > 192.168.1.255.1234: UDP, length 14
E..*+.....................E.moved 135 41;
B..
12:11:33.093846 IP (tos 0x0, ttl 128, id 11267, offset 0, flags [none], proto UDP (17), length 42)
192.168.1.222.4767 > 192.168.1.255.1234: UDP, length 14
E..*,.....................B.moved 118 41;
B..
12:11:33.110759 IP (tos 0x0, ttl 128, id 11523, offset 0, flags [none], proto UDP (17), length 42)
192.168.1.222.4767 > 192.168.1.255.1234: UDP, length 14
E..*-.....................I.moved 102 38;
I am not too familiar with osc as you can see - and wondering if I should simply try to get processing to listen to the UDP port and parse these message ?