Rust TFTP Implementation of TFTP protocol: Packet parser Client (in progress) Server (in progress) RFCs implemented: RFC 1350 RFC 2347 RFC 2348 RFC 2349 Installation git clone https://github.com/arjantop/rust-tftp cd rust-tftp make