Clipboard PingPong
Send your clipboard contents to other computers and receive theirs.
Summary: Very often we work on two different machines at the same time, sometimes the Operating System also may not be the same. We wanted to copy some text from one machine and paste it on the other but we couldn't. This project will help you do that.
Why another clipboard contents transferring software? Because I wanted something that is free and open source that will work on all Operating Systems. In fact, I would like to transfer the clipboard contents to any computing device.
What's special?
- Platform independent
- Very tiny
For developers: An ANT build file is available using which the project can be built. All you need to run the application is a simple configuration file called pingpong.conf under a directory called app-data from the base directory. The configuration file's syntax can be found in a template file that is stored as doc/internal/conf-file-template from the project source's base directory.