Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bazoka-kaka/network-programming-assignment-2

🌐 Socket programming project built using Python server-client system implementation with multithreading
https://github.com/bazoka-kaka/network-programming-assignment-2

client multithreading python server socket

Last synced: about 1 month ago
JSON representation

🌐 Socket programming project built using Python server-client system implementation with multithreading

Awesome Lists containing this project

README

        

# Network Programming Assignment 2

By: Yehezkiel Wiradhika (5025201086, Network Programming E)

## Description

- Open a port on port 45000 with TCP transport
- The server must be able to serve concurrent requests (multithreading)
- Terms of requests served
- Starting with the string "TIME and ending with character 13 and character 10"
- Each request can end with the string β€œQUIT” ending with characters 13 and 10
- The server will respond with hours with conditions
- In string form (UTF-8)
- Starting with "JAM\\"
- contains hour information in the format "hh:mm:ss" and ends with character 13 and character 10