| ... | @@ -2,9 +2,9 @@ | 
... | @@ -2,9 +2,9 @@ | 
| 
 | 
 | 
 | 
 | 
| 
 | 
```mermaid
 | 
 | 
```mermaid
 | 
| 
 | 
sequenceDiagram
 | 
 | 
sequenceDiagram
 | 
| 
 | 
        participant Dev as "Device"
 | 
 | 
        participant Dev as Device
 | 
| 
 | 
	participant Dev_TCP as "Device TCP Session"
 | 
 | 
	participant Dev_TCP as Device TCP Session
 | 
| 
 | 
	participant D2S_TCP as "D2Sphere TCP Session"
 | 
 | 
	participant D2S_TCP as D2Sphere TCP Session
 | 
| 
 | 
	... create D2Sphere TCP conncetion ...
 | 
 | 
	... create D2Sphere TCP conncetion ...
 | 
| 
 | 
	Dev -> Dev_TCP : create TCP session
 | 
 | 
	Dev -> Dev_TCP : create TCP session
 | 
| 
 | 
	Dev_TCP -> D2S_TCP : sent Login plain contains uuid/IMEI and used enryption mode
 | 
 | 
	Dev_TCP -> D2S_TCP : sent Login plain contains uuid/IMEI and used enryption mode
 | 
| ... |  | ... |  |