Skip to content
forked from ayang/sendclip

Send clipboard contents to other devices in lan

Notifications You must be signed in to change notification settings

alexjQH/sendclip

 
 

Repository files navigation

sendclip

Send clipboard contents to other devices in lan. It can send text and screenshort from clipboard to other machines that installed sendclip too.

compile

  • To compile the project, qt5 is needed.
  • Download qhttp into parant directory of this project and setup.
  • Compile it.

download

usage

Sendclip is a system tray icon application. When you first run it, you need to make some settings. Your computers needs to use the same username, key, and port. Computers use the same username can send clipboard to each others. Key is used for encrypt and decrypt the messages using rc4 algrithom. Send to ip usually is a broadcast ip address, but it can be some ip addresses, one line per address.

Then you can click the icon to send clipboard contents to other machines. Good luck!

About

Send clipboard contents to other devices in lan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • QMake 6.3%