Skip to content

kiranshila/tftp_client

Repository files navigation

tftp_client

A pure-rust TFTP client library

license docs rustc build status Codecov

There are several TFTP crates in the rust ecosystem:

All but the last only implement the server side. The last library seems focused on reimplementing the tftp applications, not so much focused on the rust library. Additionally, it is not as robust as the Python tftpy library.

This library, tftp-client implements only the client as per RFC 1350, including the fix for the "sorcerer's spprentice syndrome". It is blocking-only, doesn't implement any of the additional options, but provides robust control over how timeouts are handled. Unlike rtftp, retries include exponential backoff (with an upper limit) and have inner and outer retries for block-level and transfer level attempts.

About

A rust library to act as a tftp_client

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages