Skip to content
/ BBS Public

Based on POSIX Socket and Linux Multi-process

Notifications You must be signed in to change notification settings

wqhyw/BBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPENDENCY

BUILD & RUN

sh build.sh
cd bin
chmod +x server
chmod +x client
./server &
./client

TODO-LIST

  • main loop
  • adjust project structure
  • msg structure
  • client command parser
  • client command interceptor
  • async sender
  • client user interface
  • recv loop (or listener)
  • clinet initialization
  • server initialization
  • server msg handle
  • integration testing

About

Based on POSIX Socket and Linux Multi-process

Resources

Stars

Watchers

Forks