... | @@ -2,11 +2,9 @@ |
... | @@ -2,11 +2,9 @@ |
|
|
|
|
|
```mermaid
|
|
```mermaid
|
|
sequenceDiagram
|
|
sequenceDiagram
|
|
participant Dev
|
|
participant John
|
|
participant Device_TCP_Session
|
|
participant Alice
|
|
participant D2Sphere_TCP_Session
|
|
Alice->>John: Hello John, how are you?
|
|
... create D2Sphere TCP conncetion ...
|
|
John-->>Alice: Great!
|
|
Dev -> Device_TCP_Session: create TCP session
|
|
|
|
Device_TCP_Session -> D2Sphere_TCP_Session: sent Login plain contains uuid IMEI and used enryption mode
|
|
|
|
|
|
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |