SciFiFarms / TechnoCore

TechnoCore: an IoT stack powered by Docker Swarm
GNU General Public License v3.0
20 stars 1 forks source link

Rewrite TechnoCore #49

Closed TheHackmeister closed 3 years ago

TheHackmeister commented 4 years ago

This is a pretty significant rewrite of TechnoCore. It should enable a LOT more flexibility in terms of being able to pick and choose what's running, as well as make it easier to add new services. Ultimately the goal is to have ALL of the code for a given service reside in that service's git repo.

This PR isn't quite ready yet. I want to add more documentation and quite possibly some fixes.