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

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.

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.