https://github.com/vaizmanai/clvisit
Client Communicator for reVisit
https://github.com/vaizmanai/clvisit
client remote-control vnc
Last synced: 5 months ago
JSON representation
Client Communicator for reVisit
- Host: GitHub
- URL: https://github.com/vaizmanai/clvisit
- Owner: vaizmanai
- License: lgpl-3.0
- Created: 2018-08-25T17:15:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T20:04:27.000Z (over 2 years ago)
- Last Synced: 2024-06-19T04:24:46.004Z (about 2 years ago)
- Topics: client, remote-control, vnc
- Language: Go
- Homepage: https://rvisit.net
- Size: 696 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client Communicator for reVisit
## Notes
It contains two versions:
- **standalone** - can be run alone without additional UI part
- **communicator** - it is helper for UI implemented by C++
## Building
Building windows standalone and communicator versions:
```
make windows
```
Before start, you have to install fakeroot and g++
```
sudo apt install -y fakeroot g++ libgtk-3-dev libwebkit2gtk-4.0-dev
```
Building linux standalone, communicator versions and pack to deb:
```
make linux
```
***
server side
https://github.com/vaizmanai/srvisit
ui client side
https://github.com/vaizmanai/uivisit