Line based TCP client/server
Budget: ₹600 – ₹1,500 INR
write two applications; one that acts as a server and another that acts as a client. The protocol is TCP, and on the application-level, the protocol is a simple character-based protocol. A simple character-based protocol is just using standard ASCII characters, i.e. CHAR. Furthermore, messages are delimited by a newline, '\n'. Of course, this causes some limitations and an ASCII based protocol is not really what should be used today (look at UTF8), but for this SIMPLE assignment, it's sufficient. Our focus is communication, not how to handle all languages in the world. Before you start the assignment, READ the entire assignment and reflect on it. Furthermore, start to implement the client and use the reference server to test it against. Once the client works, implement your server. This way, you will hopefully implement a server that matches the requirements.
The detailed explanation is in the pdf file attached along with a zip file. The usage of zip file will be described in the pdf
The detailed explanation is in the pdf file attached along with a zip file. The usage of zip file will be described in the pdf