#tftp #sans-io #client #no-alloc #file-transfer

no-std ttftp

A sans-io TFTP library. Currently provides only a client and does not support options.

3 unstable releases

0.2.0 Nov 13, 2024
0.1.1 Nov 13, 2024
0.1.0 Nov 13, 2024

#1006 in Network programming

Download history 321/week @ 2024-11-11 31/week @ 2024-11-18 24/week @ 2024-12-02 60/week @ 2024-12-09

129 downloads per month

MIT/Apache

79KB
2K SLoC

TTFTP

a (Tremendously) Trivial File Transfer Protocol implementation

TTFTP is a sans-io, no-std, no-alloc TFTP implementation as according to RFC 1350. Currently, this crate implements only a client and does not support options.


lib.rs:

a (Tremendously) Trivial File Transfer Protocol implementation

A sans-io, no-std, no-alloc TFTP implementation as according to RFC 1350.

Currently, this crate implements only a client and does not support options.

Dependencies

~1MB
~19K SLoC