altugbakan / rs-tftpd

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

rs-tftpc #21

Closed tardyp closed 2 months ago

tardyp commented 2 months ago

Hello,

Your crate already implements most of what is needed to implement a tftp client. Just need to add a few serializer, deserializer for the existing messages, and then a client module.

Would you accept some MR to go that way?

altugbakan commented 2 months ago

Hello!

I think that would be a great idea, I also had that in my mind, but never got to work on it since I couldn’t find the time.

It would definitely be a great addition, and if you need help please let me know.

altugbakan commented 2 months ago

Implemented with #22