I have to write a UDP client. Unfortunately, the source system is not always available

Is there a simple tool out there that I can use to create a fake UDP server/traffic on my machine?

link|improve this question

What OS are you using? – Al G Apr 16 '10 at 16:29
@qor72, Windows – Chad Apr 16 '10 at 16:40
feedback

2 Answers

up vote 2 down vote accepted

You could use netcat with the -u option to send data over UDP.

link|improve this answer
feedback

Why don't you create UDP socket and fill it with dummy data?

PS: What do you mean by source system? Do you mean sender? In that case, you can generate localhost UDP socket.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.