tags:

views:

208

answers:

3

hi there,

im looking for sth like:

udpsend [udp-data] [target-ip] [target-port]

eg.

c:\>udpsend "Hello, World" 192.168.1.111 4711

this should be out there anywhere, but i cant find it.

thanks :)

A: 

iperf can do that, see --fileinput command line parameter.

Bernd
+1  A: 

would netcat do it ?

sourceforge

Andrew Keith
+1  A: 

Netcat can do that. It's a UNIX tool, but I believe there is a Windows version.

Lukáš Lalinský
netcat is the perfect, thank you guys.
Dill