28 lines
536 B
Markdown
28 lines
536 B
Markdown
# nexus-sync
|
|
|
|
a utility that allows you to manage access to your computers.
|
|
|
|
## Planned features
|
|
|
|
- ask for ipv6 of machine
|
|
- enable forward proxy via Server
|
|
- clipboard manage
|
|
- power managment
|
|
- **top**-statistic
|
|
- virt disk mounting (?)
|
|
|
|
## Server-side
|
|
|
|
- works in docker container
|
|
- accept connections on _some_ port
|
|
- works via API requests
|
|
- use _some_ database
|
|
|
|
## Client-side
|
|
|
|
- with _some_ period of time, send info to the server
|
|
- if server need some data
|
|
- decrease fetch time period
|
|
- send this data
|
|
- or execute smth
|