https://github.com/f0rkr/tftp
Designing TFTP server/client from scratch using python sockets.
https://github.com/f0rkr/tftp
Last synced: 1 day ago
JSON representation
Designing TFTP server/client from scratch using python sockets.
- Host: GitHub
- URL: https://github.com/f0rkr/tftp
- Owner: f0rkr
- Created: 2021-04-19T14:05:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T02:25:28.000Z (about 4 years ago)
- Last Synced: 2025-03-22T18:47:58.136Z (3 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TFTP
This project is about reproducing TFTP protocol.
Designing TFTP server and client from scratch using python sockets and threads.