1 Star 2 Fork 0

Quard / qzmodem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Quard 提交于 2024-03-04 17:25 . update 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:

include(qzmodem.pri)

Then you can use the QSendZmodem and QRecvZmodem classes to send and receive files.

C++
1
https://gitee.com/QQxiaoming/qzmodem.git
git@gitee.com:QQxiaoming/qzmodem.git
QQxiaoming
qzmodem
qzmodem
main

搜索帮助