NC is Netcat.
I did a test on one PC.
Started a dox-box and entered
nc -lu -p 5000
(listen - UDP on port 5000)
started a second dox-box and entered
nc -u 127.0.0.1 5000
(UDP on port 5000 to localhost)
What I type in one box is displayed in the second box. Looks like this is working.
But it only sends the line after a return.
Have you noticed there is a testtool for UDP and TCP in Bascom called Easy TCP/IP?
Have fun
Ben Zijlstra
↧