Skip to content

rjoor/csce311

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csce311

ipc/socket_cli_srv.cc

  • File can be made with make socket-cli-srv from the containing directory
  • Run server in terminal with ./socket-cli-srv server and it will block waiting for client connect
  • Run client in separate terminal with ./socket-cli-srv client and it will block reading STDIN.
    • Text entered into the client's terminal will be transmitted to the server and printed there along with data transmission info

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • Makefile 14.9%
  • C 0.6%