EthernetSystem
Overview
The EthernetSystem
class is responsible for facilitating Ethernet communication.
Simple Applications
LoopbackTestServer
: Echoes back the payload on TCP port49555
.TcpIperf2Server
: An Iperf2 server that responds to iperf2 client test requests on the default TCP port5001
.UdpEchoTestServer
: Echoes back the payload on UDP port49444
.UdpIperf2Server
: An Iperf2 server that responds to iperf2 client test requests on the default UDP port5001
.
Refer Working with Ethernet for more details on how to set up and test Ethernet communication.