blob: 19746bcbc163dcd176acc0b19db635e25fbd0e9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Python XMODEM protocol implementation
This is a literal implementation of XMODEM.TXT, XMODEM1K.TXT and
XMODMCRC.TXT, support for YMODEM and ZMODEM is pending. YMODEM should
be fairly easy to implement as it is a hack on top of the XMODEM
protocol using sequence bytes ``0x00`` for sending file names (and some
meta data).
WWW: https://github.com/tehmaze/xmodem
|