vnctv/README.md

22 lines
379 B
Markdown

Allow to share screen over network with vnc on raspberrypi v1 or newer
### Installation
Install Raspberry Pi OS Lite on raspberrypi or or debian without desktop)
install vnctv_X.Y.Z_all.deb
systemctl enable --now vnctv vnctv-web
### Usage
launch x11vnc on the computer
connect to http://<server ip or hostname>:8080
### Build deb file
```
dpkg-buildpackage -us -uc
```