waypipe is a proxy for Wayland clients.
It forwards Wayland messages and serializes changes to shared memory buffers over a single socket.
This makes application forwarding similar to ssh -X feasible.
On Freebsd
On Ubuntu/debian - imv is a wayland image viewer i used in the test
Run waypipe with ssh and the application to run in the bhyve vm
It forwards Wayland messages and serializes changes to shared memory buffers over a single socket.
This makes application forwarding similar to ssh -X feasible.
On Freebsd
Code:
doas pkg install waypipe
On Ubuntu/debian - imv is a wayland image viewer i used in the test
Code:
sudo apt install waypipe imv
Run waypipe with ssh and the application to run in the bhyve vm
Code:
waypipe ssh djwilcox@192.168.1.236 imv-wayland /home/djwilcox/input.png