... | ... | @@ -3,9 +3,11 @@ |
|
|
```mermaid
|
|
|
sequenceDiagram
|
|
|
participant Dev as "Device"
|
|
|
participant Device_TCP_Session
|
|
|
participant D2Sphere_TCP_Session
|
|
|
Dev->>Device_TCP_Session: Hello John, how are you?
|
|
|
Device_TCP_Session-->>D2Sphere_TCP_Session: Great!
|
|
|
participant Dev_TCP as "Device TCP Session"
|
|
|
participant D2S_TCP as "D2Sphere TCP Session"
|
|
|
participant D2S_DB as "D2Sphere Database"
|
|
|
participant D2S_API as "D2SPhere REST API"
|
|
|
Dev->>Dev_TCP: Hello John, how are you?
|
|
|
Dev_TCP-->>D2S_TCP: Great!
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |