/rust-tftp

TFTP library (server/client) written in rust

Primary LanguageRustApache License 2.0Apache-2.0

Rust TFTP

Build Status

Implementation of TFTP protocol:

  • Packet parser
  • Client (in progress)
  • Server (in progress)

RFCs implemented:

Installation

git clone https://github.com/arjantop/rust-tftp
cd rust-tftp
make