Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 828 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 828 Bytes

SyncClipboard

Screenshot Of SyncClipboard

Introduction

Synchronize clipboard between computers by network broadcast. Data is encrypted using aes256-cbf.

Download

Windows Version

Android Version

License

SyncClipboard is distributed under GPL 3.0 license.

Building

Require Qt 5.x to build.

Using cmake to build this project.

$ git clone https://github.com/hgoldfish/lafdup.git
$ cd lafdup
$ git clone https://github.com/hgoldfish/lafrpc.git
$ git clone https://github.com/hgoldfish/qtnetworkng.git
$ mkdir build
$ cd build
$ cmake ..
$ make -j4