https://github.com/vaizmanai/srvisit
Server Communicator for reVisit
https://github.com/vaizmanai/srvisit
remote-control server vnc
Last synced: 12 days ago
JSON representation
Server Communicator for reVisit
- Host: GitHub
- URL: https://github.com/vaizmanai/srvisit
- Owner: vaizmanai
- License: gpl-3.0
- Created: 2018-02-11T10:22:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T19:27:38.000Z (about 2 years ago)
- Last Synced: 2023-12-17T20:39:45.969Z (about 2 years ago)
- Topics: remote-control, server, vnc
- Language: Go
- Homepage: https://rvisit.net
- Size: 39.7 MB
- Stars: 40
- Watchers: 7
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Communicator for reVisit
[](https://goreportcard.com/report/github.com/vaizmanai/srvisit)
[](https://codecov.io/gh/vaizmanai/srvisit)
[](https://travis-ci.org/vaizmanai/srvisit)
## Notes
Server for managing VNC clients, storing list of contacts, passing through NAT.
Public version supports work through additional data servers

Supports statistics per day/week/month/year

## Building
Building windows regular version:
```
make windows
```
Building linux regular version:
```
make linux
```
Install linux regular version:
```
sudo make linux_install
```
Install linux master + data versions:
```
sudo make linux_install_master
```
Uninstall linux versions:
```
sudo make linux_uninstall
```
Update installed linux versions:
```
sudo make linux_update
```
***
public site
https://rvisit.net
client side
https://github.com/vaizmanai/clvisit
ui client side
https://github.com/vaizmanai/uivisit