aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-09 08:12:19 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-09 08:12:19 +0200
commitd9479641a67d5bd07001a1c0f015ad76ca53e5d1 (patch)
tree9b0593641068677b2179871db15d40522d5b78e5 /Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
parent4f510ef86f4a25d1d3a7010e1a638baab2b68b6e (diff)
update and add diagrams
Diffstat (limited to 'Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml')
-rw-r--r--Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml22
1 files changed, 22 insertions, 0 deletions
diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
new file mode 100644
index 0000000..18165ea
--- /dev/null
+++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
@@ -0,0 +1,22 @@
+@startuml
+'start
+:instantiate object;
+:instantiate network;
+group init
+:activate object;
+:setup network beacon service;
+end group
+split
+while (each ½s)
+group loop {
+:read gape angle;
+:add gape angle to beacon;
+end group
+endwhile
+-[hidden]->
+kill
+split again
+:publish beacon;
+-[hidden]->
+kill
+@enduml