Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqxiaoming/qzmodem
qzmodem is a ZModem 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. XYmodem:https://github.com/QQxiaoming/qxymodem
https://github.com/qqxiaoming/qzmodem
modem qt qt6 zmodem
Last synced: 17 days ago
JSON representation
qzmodem is a ZModem 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. XYmodem:https://github.com/QQxiaoming/qxymodem
- Host: GitHub
- URL: https://github.com/qqxiaoming/qzmodem
- Owner: QQxiaoming
- License: lgpl-2.1
- Created: 2024-03-04T07:43:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T05:23:56.000Z (11 months ago)
- Last Synced: 2024-12-07T23:14:01.101Z (2 months ago)
- Topics: modem, qt, qt6, zmodem
- Language: C++
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qzmodem
qzmodem is a ZModem 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(qzmodem.pri)
```Then you can use the `QSendZmodem` and `QRecvZmodem` classes to send and receive files.