Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.