Local network wide clipboard extender (Java based)
Version 2.10
This program relays new clipboard entries to the partner machines. It uses UDP messages on the specified port (default 2345). It allows simple text to be copied from machine to machine in a development environment involving more than 1 networked machine. In essence, the clipboards of each partner machine are always synchronized.
The maximum size of 1200 bytes for the clipboard content allows for moderate size messages. The entire clipboard entry is ignored for text entries greater than this.
Version 2.10 uses broadcasts to locate partner machines.
Thanks to marius [marius@matux.de] clic program which served as the base for this program.
Requirements
Java 6 runtime or greater
Tested on windows. Would probably work on Linux.
Installation
Have the Java V6 runtime or greater installed on each machine
Install clic\gen\cls into a folder on each machine
Create NetClip shortcut on each machine
java.exe -classpath com.rsi.clic.NetClip -p 9996 changing folders and port as required
start NetClip shortcut