Hi,
I have written a small program on windows that creates a simple UDP packet and sends it to a specified port.
I have created a listener program that verifies that sender program creates the packet properly.
However when I try to use netreceive to get the packet nothing happens!!
I just use the tutorial example of
|netrecieve| ---|print m|
which works fine when I use the netsend example with PD.
Has anyone any ideas about what Im doing wrong? ( I end the packet with a semicolon and a newline separator ie ;\n )
Thanks
Dave
-
Netreveive
-
what language are you using to write your program?
i did some work a few months ago using perl and a package called PD::Socket or something like that. it was tricky to get things to work the way i wanted to, but if you are using perl you can check the cpan library.