Crates.io | libvnc |
lib.rs | libvnc |
version | 0.1.3 |
source | src |
created_at | 2024-04-30 11:31:51.096644 |
updated_at | 2024-05-27 04:25:51.98833 |
description | libvncserver(client) bindings for Rust. VNC is a set of programs using the RFB (Remote Frame Buffer) protocol. They are designed to export a frame buffer via net: you set up a server and can connect to it via VNC viewers. If the server supports WebSockets (which LibVNCServer does), you can also connect using an in-browser VNC viewer like noVNC. |
homepage | https://github.com/Chiichen/libvnc-rs |
repository | https://github.com/Chiichen/libvnc-rs/tree/master/libvnc |
max_upload_size | |
id | 1224888 |
size | 13,167 |
libvncserver safe bindings for Rust. Although its name is libvncserver, it actually provides both server and client functions
Build from source
is not implemented yet, so we need to install the pre-built libvncserver package.
sudo apt-get install libvncserver-dev
sudo yum install libvncserver-devel
brew install libvncserver
examples can be found at examples
#!! Start a vnc server at 127.0.0.1:5900 before running the example
cargo run --bin image_capture