altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust
https://crates.io/crates/tftpd
MIT License
51 stars 14 forks source link

feat: create tftpc binary #23

Closed tardyp closed 2 months ago

tardyp commented 2 months ago

this is a followup to my comment in #22 which suggested a new binary.

I use the oportunity to add the CI for the client feature, and change slightly the api for client (client.run() in my mind is more suitable for a client)