Synergy for Haiku is a Synergy client for the Haiku Operating System.
Synergy allows a central machine running the Synergy server to share its Keyboard and Mouse across multiple systems running the client as if they were one desktop.
- Synergy for Haiku is only a Synergy client at this time
- Some minor bugs still exist in the keymap translation
- For now, client name is always "haiku"
- SSL / TLS is not currently supported and must be disabled on the server
Simply run make
under Haiku
Create a configuration file at ~/config/settings/synergy
enable = true
server = 192.168.1.101
server_keymap = "X11"
- enable: Enable the client (true|false)
- server: Server address
- server_keymap: Keymap of the Synergy Server (X11|AT)
- client_name: Name of client (string, "haiku" default)
Copy the synergy_client input add-on to the non-packaged add-ons directory ~/config/non-packaged/add-ons/input_server/devices/
Synergy for Haiku is released under the same license as uSynergy (MIT)
Thanks to all of those individuals who have made major contributions to Synergy for Haiku.
- Axel Dörfler (ATKeymap)
- Stefano Ceccherini (wrapper)
- Jérôme Duval (Keymap)
- Alex Evans (uSynergy)
- Jessica Hamilton (wrapper)
- Ed Robbins (wrapper)