arjantop / rust-tftp

TFTP library (server/client) written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TFTP library (server/client) written in rust

License:Apache License 2.0


Languages

Language:Rust 100.0%