|
|
# AVL AES Key Handling
|
|
|
|
|
|
```plantuml
|
|
|
|
|
|
@startuml
|
|
|
participant "Device" as Dev
|
|
|
participant "Device TCP Session" as Dev_TCP
|
|
|
participant "D2Sphere TCP Session" as D2S_TCP
|
|
|
participant "D2Sphere Database" as D2S_DB
|
|
|
participant "D2SPhere REST API" as D2S_API
|
|
|
|
|
|
|
|
|
autonumber
|
|
|
... any time ...
|
|
|
Device <- Device : boot
|
|
|
Device -> Dev_TCP : create TCP session
|
|
|
|
|
|
... any time ...
|
|
|
Device <- Device : boot
|
|
|
Device -> Dev_TCP : create TCP session
|
|
|
|
|
|
@enduml
|
|
|
``` |
|
|
\ No newline at end of file |