#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

#1098 in Network programming

Download history 331/week @ 2024-11-13 21/week @ 2024-11-20 4/week @ 2024-11-27 30/week @ 2024-12-04 153/week @ 2024-12-11 148/week @ 2024-12-18 86/week @ 2025-01-01 238/week @ 2025-01-08 198/week @ 2025-01-15 235/week @ 2025-01-22

757 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