Barrier for Haiku is a Barrier client for the Haiku Operating System.
Barrier allows a central machine running the Barrier server to share its Keyboard and Mouse across multiple systems running the client as if they were one desktop.
- Barrier for Haiku is only a Barrier 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/barrier
enable = true
server = 192.168.1.101
server_keymap = "X11"
- enable: Enable the client (true|false)
- server: Server address
- server_keymap: Keymap of the Barrier Server (X11|AT)
- client_name: Name of client (string, "haiku" default)
Copy the barrier_client input add-on to the non-packaged add-ons directory ~/config/non-packaged/add-ons/input_server/devices/
Barrier for Haiku is released under the same license as uBarrier (MIT)
Thanks to all of those individuals who have made major contributions to Barrier for Haiku.
- Axel Dörfler (ATKeymap)
- Stefano Ceccherini (wrapper)
- Jérôme Duval (Keymap)
- Alex Evans (uBarrier)
- Jessica Hamilton (wrapper)
- Ed Robbins (wrapper)