Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infrastructure:networking:iot [2025/12/28 04:42] diamondinfrastructure:networking:iot [2025/12/28 05:42] (current) diamond
Line 1: Line 1:
-# Internet of Things+# Internet of Things (IoT)
  
-```dokuwiki +This page documents the various IoT devices around the space.
-<graphviz dot center> +
-digraph G { +
-  bgcolor="transparent";+
  
-  node [ +## Architecture
-    fontcolor = "#e6e6e6", +
-    style = filled, +
-    color = "#e6e6e6", +
-    fillcolor = "#333333" +
-  ]+
  
-  edge [ +```dokuwiki 
-    color "#e6e6e6", +<graphviz dot center width=1000> 
-    fontcolor = "#e6e6e6" +digraph G {
-  ] +
-  +
     rankdir=TD;     rankdir=TD;
     newrank=true;     newrank=true;
Line 38: Line 28:
                 meross_presence [label="Presence Sensor"];                 meross_presence [label="Presence Sensor"];
                 meross_thermostat [label="Thermostat"];                 meross_thermostat [label="Thermostat"];
-                 +            } 
-                subgraph cluster_tbrs { +     
-                    label = "Thread Border Routers"; +            subgraph cluster_tbrs { 
-                    aqara_tbr [label="Aqara M100"]; +                label = "Thread Border Routers"; 
-                    zbt2_tbr [label="ZBT-2"]; +                aqara_tbr [label="Aqara M100"]; 
-                }+                zbt2_tbr [label="ZBT-2"];
             }             }
         }         }