https://github.com/lnardon/udpserver
A basic client/server app to stream text files between computers in the same network. Done as a final assignment for the Computer Networks subject in my university.
https://github.com/lnardon/udpserver
computer-networks stream udp-client udp-server
Last synced: 2 months ago
JSON representation
A basic client/server app to stream text files between computers in the same network. Done as a final assignment for the Computer Networks subject in my university.
- Host: GitHub
- URL: https://github.com/lnardon/udpserver
- Owner: lnardon
- Created: 2023-05-17T08:57:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T04:09:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:49:27.826Z (4 months ago)
- Topics: computer-networks, stream, udp-client, udp-server
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UDPServer
A basic client/server app to stream files between computers in the same network.