aboutsummaryrefslogtreecommitdiff
path: root/doc/puml/handover-seq.puml
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2021-09-11 11:20:15 +0800
committerDavid Timber <mieabby@gmail.com>2021-09-11 11:20:15 +0800
commit870eafdd7874faf096f7afbc5e016a166144f356 (patch)
tree50143876db852b0dfdb4e570ceeb08560955ee90 /doc/puml/handover-seq.puml
parenteb56a23613638ca705f5be707cacc1b0989a2a76 (diff)
The Heartbeat Protocol documentation progress
Diffstat (limited to 'doc/puml/handover-seq.puml')
-rw-r--r--doc/puml/handover-seq.puml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/puml/handover-seq.puml b/doc/puml/handover-seq.puml
new file mode 100644
index 0000000..52ec5c5
--- /dev/null
+++ b/doc/puml/handover-seq.puml
@@ -0,0 +1,7 @@
+@startuml handover-seq
+"A" -> "S": +HOVER
+"A" -> "S": Handover Frame
+"S" -> "S": queue request
+"S" --> "A": STATUS
+"S" --> "A": Status Frame
+@enduml