hgoldfish / lafdup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 98.6%Language:CMake 1.4%