1
0
Fork
You've already forked zmodem2
0
forked from jarkko/zmodem2
ZMODEM file transfer protocol implementation
  • Rust 99.3%
  • Shell 0.7%
Jarkko Sakkinen 9635055dbc chore: bump version to 0.5.0
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
2026年02月08日 22:32:12 +02:00
.woodpecker build(woodpecker): ramp up 2024年06月19日 09:17:48 +03:00
docs docs: add zmodem.txt (protocol specification) 2025年08月18日 23:58:44 +03:00
src feat!: stream style API 2026年02月08日 22:32:03 +02:00
tests feat!: stream style API 2026年02月08日 22:32:03 +02:00
.gitattributes chore: bump to version 0.3.1 2025年11月04日 11:15:21 +02:00
.gitignore chore: reset .gitignore 2023年11月27日 07:51:58 +02:00
build.rs tests: enable integration test in arch linux 2025年12月01日 06:55:36 +02:00
Cargo.lock chore: bump version to 0.5.0 2026年02月08日 22:32:12 +02:00
Cargo.toml chore: bump version to 0.5.0 2026年02月08日 22:32:12 +02:00
LICENSE-APACHE style: add copyright and SPDX identifiers 2025年09月08日 16:32:45 +03:00
LICENSE-MIT style: add copyright and SPDX identifiers 2025年09月08日 16:32:45 +03:00
README.md chore: bump version to 0.3.2 2025年11月05日 04:46:53 +02:00
release.sh chore: bump version in release.sh 2026年02月06日 06:48:02 +02:00

zmodem2

zmodem2 provides a ZMODEM file tranmission protocol implementation with step executed state by the caller. It is based on prior work of Aleksei Arbuzov in the zmodem crate.

This crate is fully no_std compatible and heapless.

Development