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
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/xmodem-protocol
- Owner: ZdrzalikPrzemyslaw
- License: apache-2.0
- Created: 2020-06-05T10:21:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T11:08:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T20:12:04.679Z (4 months ago)
- Topics: cli, console, python, receiver, xmodem, xmodem-protocol
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)