]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/sp.plantuml
Merge branch 'develop'
[nncp.git] / doc / sp.plantuml
index 89440ba8a29c3c2f59fae4ee79dd5289c0822579..b86ee687b385cdb29e50e6e77bc22cd34008d988 100644 (file)
@@ -1,34 +1,19 @@
-     ┌─────────┐                       ┌─────────┐     
-     │Initiator│                       │Responder│     
-     └────┬────┘                       └────┬────┘     
-          │                                 │          
-          │         ╔═════════════╗         │          
-══════════╪═════════╣ preparation ╠═════════╪══════════
-          │         ╚═════════════╝         │          
-          │                                 │          
-          │              [s]                │          
-          │<────────────────────────────────│          
-          │                                 │          
-          │                                 │          
-          │         ╔═════════════╗         │          
-══════════╪═════════╣ interactive ╠═════════╪══════════
-          │         ╚═════════════╝         │          
-          │                                 │          
-          │[e, es, s, ss], INFO..., HALT... │          
-          │────────────────────────────────>│          
-          │                                 │          
-          │ [e, ee, se], INFO..., HALT...   │          
-          │<────────────────────────────────│          
-          │                                 │          
-          │   INFO..., FREQ..., DONE...     │          
-          │────────────────────────────────>│          
-          │                                 │          
-          │   INFO..., FREQ..., DONE...     │          
-          │<────────────────────────────────│          
-          │                                 │          
-          │FILE..., INFO..., DONE..., PING  │          
-          │────────────────────────────────>│          
-          │                                 │          
-          │FILE..., INFO..., DONE..., PING  │          
-          │<────────────────────────────────│          
-          │                                 │          
+@startuml
+hide footbox
+participant Initiator
+participant Responder
+
+== preparation ==
+
+Initiator <- Responder : [s]
+
+== interactive ==
+
+Initiator -> Responder : [e, es, s, ss], INFO..., HALT...
+Initiator <- Responder : [e, ee, se], INFO..., HALT...
+Initiator -> Responder : INFO..., FREQ..., DONE...
+Initiator <- Responder : INFO..., FREQ..., DONE...
+Initiator -> Responder : FILE..., INFO..., DONE..., PING
+Initiator <- Responder : FILE..., INFO..., DONE..., PING
+
+@enduml