Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bazoka-kaka/network-programming-assignment-2
- Owner: bazoka-kaka
- Created: 2024-05-10T07:58:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T08:10:34.000Z (8 months ago)
- Last Synced: 2024-05-10T14:29:32.015Z (8 months ago)
- Topics: client, multithreading, python, server, socket
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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