Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

symless/synergy-haiku

 
 

Repository files navigation

Synergy for Haiku

Synergy for Haiku

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.

Limitations

  • 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

Compiling

Simply run make under Haiku

Configuration

Create a configuration file at ~/config/settings/synergy

enable = true
server = 192.168.1.101
server_keymap = "X11"

Options

  • 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)

Manual Installation

Copy the synergy_client input add-on to the non-packaged add-ons directory ~/config/non-packaged/add-ons/input_server/devices/

License

Synergy for Haiku is released under the same license as uSynergy (MIT)

Thanks

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)

About

Synergy client for the Haiku operating system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.8%
  • C++ 34.4%
  • Objective-C 10.8%
  • Makefile 7.0%