From 49832eb420761b101c72699a497e11348d417646 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Nov 2021 18:50:21 +0100 Subject: [PATCH] defined the initial idea --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b78d06..c603702 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # map -Map of the chaosdorf \ No newline at end of file +Map of the chaosdorf + +## Idea + +This project is ment to be a "source of truth" for everything related to physical stuff in the chaosdorf. + +For example, for describing where the 3D-Printers are, there should be a way to say "The 3D-Printers are at x.z.y" or so. + +Using the information stored in here (how we do this still has to be determined), a map of the space should be generated for various other projects: + +- lights (turning them on and off in a web interface) +- network documentation (which cable is going where? (in cooperation with the data stored in the netbox)) +- power documentation (where are outlets located? What is connected to the individual outlets?) +- object documentation (where is the scope? where is the drill? where is the laser-cutter? ...) + +So, we need a way to store the information (yaml files?) and a way to use this information in other software. -- GitLab