5 releases
new 0.1.4 | Nov 30, 2024 |
---|---|
0.1.3 | May 27, 2024 |
0.1.2 | May 4, 2024 |
0.1.1 | May 2, 2024 |
0.1.0 | Apr 30, 2024 |
#98 in WebSocket
126 downloads per month
2.5MB
61K
SLoC
libvnc
What's this
libvncserver safe bindings for Rust. Although its name is libvncserver, it actually provides both server and client functions
Quick Start
Build from source
is not implemented yet, so we need to install the pre-built libvncserver package.
Install libvncserver package
- Ubuntu
sudo apt-get install libvncserver-dev
- Centos
sudo yum install libvncserver-devel
- Macos
brew install libvncserver
Run
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