Skip to content

A message board server in C with multiplexing using select.

Notifications You must be signed in to change notification settings

DCH25/simple-message-board-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

simple-message-board-server

A message board server in C with multiplexing using select.

Commands

"![message]/n" to overwrite the server message and "?/n" to get the most recent message

Testing

To test this server on one machine:

  1. Compile the C code
  2. Run the .out file using PORT as an argument
  3. Using "screen" create a new window
  4. Using "nc server-ip PORT" connect to the server as a client
  5. Repeat steps 3 and 4 for up to 30 clients

About

A message board server in C with multiplexing using select.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages