Simple daytime client/server in C (Practicing Network Programming)
-
Updated
Feb 7, 2024 - C
Simple daytime client/server in C (Practicing Network Programming)
Source Code for UNIX Network Programming, Volume 2, 2nd Edition (http://www.kohala.com/start/)
Implement a TCP client- server application to implement a service that returns the sounds made by animals. The name of each requested animal will be specified by a client . The server will start in passive mode listening on a specified port for a transmission from a client. Separately, the client will be started and will contact the server on a…
Source Code for UNIX Network Programming, Volume 1, 3rd Edition (http://www.kohala.com/start/)
Add a description, image, and links to the unix-network-programing topic page so that developers can more easily learn about it.
To associate your repository with the unix-network-programing topic, visit your repo's landing page and select "manage topics."