/Xmodem-Protocol

Python implementation of the Xmodem Protocol

Primary LanguagePythonApache License 2.0Apache-2.0

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