Synergy (software)
![]() |
|
| Developer(s) | Chris Schoeneman, Nick Bolton, Sorin Sbârnea, et al. |
|---|---|
| Stable release | 1.3.8 / 30 October 2011 |
| Preview release | 1.4.7 / 05 February 2012 |
| Written in | C++ |
| Operating system | Cross-platform |
| License | GNU General Public License |
| Website | http://synergy-foss.org/ |
Synergy is a software application for sharing a keyboard and mouse between multiple computers. It is used in situations where several PCs are used together, with a monitor connected to each, but are to be controlled by one user. The user needs only one keyboard and mouse on the desk — similar to a KVM switch without the video.
Released under the terms of the GNU General Public License, Synergy is free software.
The first version of Synergy (created on May 13, 2001[1] by Chris Schoeneman, also known as "crs") worked with the X Window System only, but more recent versions of Synergy support Windows, Mac OS X, Linux and other Unix dialects.
A fork of Synergy named Synergy+ was started in 2009, but this fork project has since been merged back in to Synergy.
Contents |
[edit] Design
Once the program is installed, users can move the mouse "off" the side of their desktop on one computer, and the mouse-pointer will appear on the desktop of another computer. Key presses will be delivered to whichever computer the mouse-pointer is located in. This makes it possible to control several machines as easily as if they were a single multi-monitor computer. The clipboard and even screensavers can be synchronized.
Architecturally, the program is implemented as a server which defines which screen-edges lead to which machines, and one or more clients, which connect to the server to offer the use of their desktops. The keyboard and mouse are connected to the server machine.
[edit] Network communications
TCP/IP communications (default port 24800) are used to send mouse/keyboard and clipboard events between computers. Communications are not encrypted, and key presses, mouse movements, and clipboard contents sent to Synergy clients can be easily sniffed on network traffic.
It is recommended that if Synergy is not being used on a trusted local network, that all communications be tunneled through a secure encrypted connection, such as through SSH, stunnel, or a VPN. In this model, the Synergy server computer needs to be running an SSH server, and the Synergy process should be configured to listen only on localhost. To get an SSH server, Macintosh users can enable Remote Access, Linux users can enable sshd, and Windows users can configure an SSH server through Cygwin. Synergy clients would then execute a command similar to "ssh -L 24800:localhost:24800 user@synergyserver" before connecting the synergy client to localhost.
[edit] History
Synergy+ was created in 2009 as a maintenance fork for the purpose of fixing bugs inherited from the original version. The original version of Synergy had not been updated for a notable length of time (as of 6 June 2010, the latest release was 2 April 2006).[2] There was never official confirmation that the original Synergy project had been abandoned; however, there was public discussion providing speculation.[3] In said discussion, Chris Schoeneman (the creator of Synergy)[4] stated that instead of supporting a 1.3.x team, he intends on releasing version 2.0 of Synergy, and publicly announced on 27 Aug 2008 that he has been making progress on this version.[5]
The concept of sharing keyboard and mouse between computers is still popular according to a Lifehacker.com article.[6]
[edit] Synergy+
On 20 June 2010, a Synergy+ project leader requested that the Synergy+ project take over the original project [7] under the SourceForge.net Abandoned Project Takeover (APT) system. The owner of the Synergy project (Chris Schoeneman) denied this request two days later. However, this led to the two projects merging two months later, at which point a new website was created under the original Synergy project name.
[edit] See also
[edit] References
- ^ "First committed version of main.cpp". Synergy source code repository. http://synergy2.svn.sourceforge.net/viewvc/synergy2/trunk/main.cpp?revision=1&view=markup&pathrev=1. Retrieved 2009-06-11.
- ^ "Original Synergy downloads page". SourceForge. http://sourceforge.net/project/showfiles.php?group_id=59275&release_id=406637. Retrieved 2009-06-11.
- ^ "Dead project". Synergy Discussion Forums. http://sourceforge.net/forum/forum.php?thread_id=1896539&forum_id=199579. Retrieved 2009-06-11.
- ^ "The original Synergy authors". Synergy. http://synergy2.sourceforge.net/authors.html. Retrieved 2009-06-11.
- ^ "Synergy 2.x". Chris Schoeneman. http://sourceforge.net/forum/message.php?msg_id=5201500. Retrieved 2009-06-11.
- ^ "Synergy-Plus Controls Multiple Systems from a Single Keyboard & Mouse". Lifehacker.com. http://lifehacker.com/5186942/synergy+plus-controls-multiple-systems-from-a-single-keyboard--mouse. Retrieved 2009-06-11.
- ^ "APT of synergy2". http://sourceforge.net/apps/trac/sourceforge/ticket/11846. Retrieved 2010-08-29.
