UNIX domain protocol
The Solaries version of these examples are in /home/cs476/public_html/UNIX/examples/ch13
- socket-clnt:
A Socket Client program, that sends in whatever the user types to the socket.
- socket-srvr :
A Socket server, that reads in incoming data on the socket and displays it on the screen.
Back to CS779/879 Home Page