#serial #protocols #file-transfer #xmodem #xymodem

ymodem

An implementation of the XMODEM and YMODEM file-transfer protocols

2 releases

Uses old Rust 2015

0.1.1 Oct 5, 2021
0.1.0 Oct 3, 2021

#39 in #file-transfer

33 downloads per month

MIT license

37KB
778 lines

XYMODEM.rs

The XMODEM and YMODEM protocols in Rust.

The YMODEM implementation uses code from the original xmodem.rs crate by awelkie. The XMODEM contained in this package is the same as the original code with some minor tweaks.

Testing

The tests require the binaries found in the lrzsz package. Currently, tests only work for XModem.

Dependencies

~185KB