Package inet.applications.udpapp

Name Type Description
UDPBasicApp simple module

Sends UDP packets to the given IP address at the given interval. Compatible with both IPv4 and IPv6.

UDPBasicBurst simple module

Sends UDP packets to the given IP address(es) in bursts, or acts as a packet sink. Compatible with both IPv4 and IPv6.

UDPEchoApp simple module

Listens on an UDP port, and sends back each received packet to its sender. Note: when used together with UDPBasicApp, UDPBasicApp's "received packet lifetime" statistic will record round-trip times.

UDPSink simple module

Consumes and prints packets received from the UDP module.

UDPVideoStreamCli simple module

Video streaming client.

UDPVideoStreamSvr simple module

Video stream server. To be used with UDPVideoStreamCli.