vnctv/README.md

22 lines
379 B
Markdown
Raw Permalink Normal View History

2022-04-06 01:10:30 +02:00
Allow to share screen over network with vnc on raspberrypi v1 or newer
2022-04-06 01:13:25 +02:00
### Installation
2022-04-06 01:10:30 +02:00
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
2022-04-06 01:13:25 +02:00
### Usage
2022-04-06 01:10:30 +02:00
launch x11vnc on the computer
connect to http://<server ip or hostname>:8080
2022-04-06 01:20:41 +02:00
### Build deb file
```
dpkg-buildpackage -us -uc
```