Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 399 Bytes

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.