This README exists for the TCP Programming Project for CSCI 450: Data Communication and Network Programming, Fall 2018.
1 - Shrijanand Chintapatla
- Create Repo and initialize README.md
- ---- First README.md added to TCP_Programming_Project at October 2 at 18:30
- Create Server.c and Client.c Source Code Files
- ---- Added Server.c and Client.c Source Code Files to Repo.
- Included necessary Libraries to Server.c and Client.c
- ---- Added editted Server.c and Client.c Source Code Files to Repo.
- Editted README.md for Libraries and Main Function
- ---- Editted README.md for TCP_Programming_Project.
- Editted Server.c and completed Implementation for V1 of Server.
- ---- Editted README.md for TCP_Programming_Project pertaining to Server.
- Editted Client.c and completed Implementation for V1 of Client.
- ---- Editted README.md for TCP_Programming_Project pertaining to Client.
- Tested Server.c and Client.c to communicate w/ each other.
- ---- Ran simple tests to have base-level Minimum Viable Product (MVP) Project.
- Editted Server.c and completed Implementation for V2 of Server.
- ---- Editted README.md for TCP_Programming_Project pertaining to Server.
- Editted Client.c and completed Implementation for V2 of Client.
- ---- Editted README.md for TCP_Programming_Project pertaining to Client.