Hallo,
I'd like to generate UDP traffic for testing a line.
I'd like to write a program which send xMb/s of UDP.
How can I do?
How can I send an UDP to an IP address?
How to control the number of packets/seconds for controlling the bandwidth?
Thank you in advance,
Mario.
Daniel Pitts - 20 Nov 2006 21:23 GMT
> Hallo,
> I'd like to generate UDP traffic for testing a line.
[quoted text clipped - 4 lines]
> Thank you in advance,
> Mario.
http://www.google.com/search?hs=XZv&hl=en&lr=&client=firefox-a&rls=org.mozilla%3
Aen-US%3Aofficial&q=datagramsocket&btnG=Search
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html#sleep(long)
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#currentTimeMillis()
All the information you need is here. Assuming you know Java at all.
Good luck.
Daniel.