Skip to content
/ lafdup Public
forked from hgoldfish/lafdup

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

License

Notifications You must be signed in to change notification settings

yun0722/lafdup

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%