https://github.com/qqxiaoming/qxymodem
qxymodem is a XModem/YModem protocol implementation for Qt, which does not rely on any library other than Qt and can be used across platforms.The code passed the test on qt6.6, and it should work on other versions of Qt. Zmodem:https://github.com/QQxiaoming/qzmodem
https://github.com/qqxiaoming/qxymodem
qt qt6 xmodem xmodem-1k xmodem-crc ymodem
Last synced: about 2 months ago
JSON representation
qxymodem is a XModem/YModem protocol implementation for Qt, which does not rely on any library other than Qt and can be used across platforms.The code passed the test on qt6.6, and it should work on other versions of Qt. Zmodem:https://github.com/QQxiaoming/qzmodem
- Host: GitHub
- URL: https://github.com/qqxiaoming/qxymodem
- Owner: QQxiaoming
- License: lgpl-2.1
- Created: 2024-03-11T02:07:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T05:40:55.000Z (about 2 years ago)
- Last Synced: 2025-03-28T13:15:00.007Z (about 1 year ago)
- Topics: qt, qt6, xmodem, xmodem-1k, xmodem-crc, ymodem
- Language: C++
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qxymodem
qxymodem is a XModem/YModem protocol implementation for Qt, which does not rely on any library other than Qt and can be used across platforms.The code passed the test on qt6.6, and it should work on other versions of Qt.
## Usage
Add the following line to your .pro file:
```pro
include(qxymodem.pri)
```