- ncurses (5.0.0 or higher) download here
- cmake (3.8.0 or higher) download here
sh build.sh
cd bin
chmod +x server
chmod +x client
./server &
./client
-
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