The files simple-echo/server.cc and simple-echo/client.cc contain a basic echo server and client. The server handles only one client at a time and simply sends back to the client whatever it receives.
03-broadcast.cpp: UDP broadcast sender that transmits messages to all hosts on a local network 03-receiver.cpp: Broadcast receiver that listens for messages sent to the broadcast address Multicast ...