NP HW1: Remote Access System (RAS)
In this network programming homework, we were asked to build a remote access system. It’s kind of like a shell on the server side.
For more details, please refer to hw1Spec.txt
in the repository (cyhuang1230/NetworkProgramming
).
Demo video:
Source → cyhuang1230/NetworkProgramming
Please look for NP_project1.cpp
.
To try: make hw1
and run ./np_hw1
.
Try with debug message: make hw1_debug
and run ./np_hw1
.