Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
https://github.com/qqxiaoming/qxymodem
qt qt6 xmodem xmodem-1k xmodem-crc ymodem
Last synced: 26 days 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.
- Host: GitHub
- URL: https://github.com/qqxiaoming/qxymodem
- Owner: QQxiaoming
- License: lgpl-2.1
- Created: 2024-03-11T02:07:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T05:40:55.000Z (10 months ago)
- Last Synced: 2024-03-14T06:34:22.077Z (10 months ago)
- Topics: qt, qt6, xmodem, xmodem-1k, xmodem-crc, ymodem
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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)
```