... | @@ -2,11 +2,11 @@ |
... | @@ -2,11 +2,11 @@ |
|
|
|
|
|
```mermaid
|
|
```mermaid
|
|
sequenceDiagram
|
|
sequenceDiagram
|
|
participant Dev as Device
|
|
participant Dev
|
|
participant Dev_TCP as Device TCP Session
|
|
participant Device_TCP_Session
|
|
participant D2S_TCP as D2Sphere TCP Session
|
|
participant D2Sphere_TCP_Session
|
|
... create D2Sphere TCP conncetion ...
|
|
... create D2Sphere TCP conncetion ...
|
|
Dev -> Dev_TCP : create TCP session
|
|
Dev -> Device_TCP_Session : create TCP session
|
|
Dev_TCP -> D2S_TCP : sent Login plain contains uuid/IMEI and used enryption mode
|
|
Device_TCP_Session -> D2Sphere_TCP_Session : sent Login plain contains uuid/IMEI and used enryption mode
|
|
|
|
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |