Haiku has remote desktop feature and HTML5 remote desktop client. It is not complete yet but someone may find it useful.
Instructions to setup Haiku remote desktop:
- Install websockify by
git clone https://github.com/novnc/websockify.git
it is needed to convert TCP server to websocket server. - Run
python -m websockify 5000 localhost:5001
in websockify directory. - Run some application to start remote desktop:
TARGET_SCREEN=5001 Terminal
.Terminal
can be replaced by something else.
Instructions to connect to remote desktop:
- Download
https://git.haiku-os.org/haiku/tree/src/tools/html5_remote_desktop
contents. - Open
HaikuRemoteDesktop.html
. - Set IP address of Haiku PC, port should be as in websockify (5000 in this case), set screen size and press ‘Connect’.
- Remote desktop with opened Terminal or what you specified at start will be displayed.