https://github.com/bmoscon/distributed
DistributeD - The Distribute Daemon
https://github.com/bmoscon/distributed
Last synced: 2 months ago
JSON representation
DistributeD - The Distribute Daemon
- Host: GitHub
- URL: https://github.com/bmoscon/distributed
- Owner: bmoscon
- License: other
- Created: 2016-09-27T01:49:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T00:42:07.000Z (over 8 years ago)
- Last Synced: 2025-02-09T01:18:59.292Z (4 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DistributeD - The Distribute Daemon
This is old code that I've periodically worked on. Long ago, the goal was to have a client running on each of my machines (which at the time all ran different distros) which connected to a master server and periodically sent updates (uptime, mem usage, sensor readings, etc). The server could also send files with commands to execute (source code which would be compiled and run) and the resulting output would be sent back to the server.
This code has gone through countless rewrites, revisons, redesigns, etc into what it is in now. Its a work in progress with an end goal that is in flux.