NetworkProgramming
1.0.0
A simple remote Shell system , see "hw1.txt" to know the function , see "hw1_spec.txt" to know how to start it . Use client.c(by tutor) to test the server .
A simple Chat-like remote working system . There is two version , Single Process Concurrent Socket and Shared Memory version . See "hw2.txt" to know the function , see "Hw2_spec_append.txt" to get some extra rules . Use delayclient.c(by tutor) to test the server .
See "hw3_spec.txt" and "notes.txt" to know how to use them , see pdfs to know the concept about Http Server/CGI/Winsock , here are some references :
See "NP_project4.doc" and "DetailSpec.doc" to get more information about this project , see "Socks_server.pttx" to know some concept about SOCKS4(Proxy) .