ZdrzalikPrzemyslaw / Xmodem-Protocol

Python implementation of the Xmodem Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xmodem-Protocol

Python implementation of the Xmodem Protocol

Installation

Use the package manager pip to install the required libraries.

pip install crc16 pyserial

Usage

Run odbierz.py, or odbierz.bat if on windows, in order to receive a message from a transmiter. In order for the program to work both odbierz.py and console_IO.py need to be present in the directory.

Run wyslij.py, or wyslij.bat if on windows, in order to send a message to a receiver. In order for the program to work both wyslij.py and console_IO.py need to be present in the directory.

License

Apache License 2.0

About

Python implementation of the Xmodem Protocol

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Batchfile 0.3%