nexus-sync

a utility that allows you to manage your computers.

Main Idea server can send to every client "what to do". Centralized control for all clients.

Server-side

  • (to future) works in docker container
  • accept connections on some port with correct uuid from client
  • works via API requests
  • use some database

Client-side

  • with some period of time, send info to the server
  • if server want client to execute some command
    • decrease fetch time period
    • execute command
    • send result back to the server
S
Description
a utility that allows you to manage access to your computers.
Readme MIT
120 KiB
Languages
Python 100%