Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 629 Bytes

Readme.md

File metadata and controls

30 lines (25 loc) · 629 Bytes

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