Package inet.applications.udpapp

Name Description
UDPApp (module interface)

Template for UDP applications. It shows what gates a UDP app needs, to be able to be used in StandardHost etc.

UDPBasicApp (simple module)

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

UDPEchoApp (simple module)

Similar to UDPBasicApp, but it sends back the packet after reception.

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.