... | ... | @@ -7,9 +7,10 @@ sequenceDiagram |
|
|
participant D2S_TCP as "D2Sphere TCP Session"
|
|
|
participant D2S_DB as "D2Sphere Database"
|
|
|
participant D2S_API as "D2SPhere REST API"
|
|
|
...create D2Sphere TCP conncetion...
|
|
|
|
|
|
autonumber
|
|
|
Dev->>Dev_TCP: Hello John, how are you?
|
|
|
Dev_TCP-->>D2S_TCP: Great!
|
|
|
Dev_TCP <- Dev : load AES key from TPM key store to AES module
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |