An open API service indexing awesome lists of open source software.

https://github.com/zdrzalikprzemyslaw/xmodem-protocol

Python implementation of the Xmodem Protocol
https://github.com/zdrzalikprzemyslaw/xmodem-protocol

cli console python receiver xmodem xmodem-protocol

Last synced: 2 months ago
JSON representation

Python implementation of the Xmodem Protocol

Awesome Lists containing this project

README

        

# Xmodem-Protocol
Python implementation of the Xmodem Protocol

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required libraries.

```bash
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](https://choosealicense.com/licenses/apache-2.0/)