Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)
```