开发者

Create fake UDP traffic

I have to write a UDP client. Unfortunately, the source system is not always availabl开发者_StackOverflow中文版e

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


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜