A minimalist utility to start up a VNC server as a secondary screen using EVDI.
Make sure the evdi kernel module is loaded with: modprobe evdi
Run: sudo ./evdi-vnc
On another device connect with any standard vnc client.
Simply run make
evdi-vnc has only two dependencies: libvncserver and evdi.
libvncserver can likely be installed from your package manager.
libevdi is currently statically linked with evdi-vnc, but you'll also need install the evdi kernel module in order to use evdi-vnc.
This code is licensed under the GNU Public License v2. See the LICENSE for the full license text.