open-vnc icon indicating copy to clipboard operation
open-vnc copied to clipboard

A VNC server implementation written in Rust

OpenVNC

OpenVNC aims to be a cross-platform VNC server written to conform to the offical RFB Protocol standards. It's currently only being tested on OSX using the free RealVNC Viewer.

TODO

  • [ ] implement test suite
  • [ ] finish handling all client event types
  • [ ] add keyboard / mouse control for OSX / Unix
  • [ ] add in Windows support for keyboard / mouse control via winapi-rs