diff --git a/docs/diagrams/architecture.plantuml b/docs/diagrams/architecture.plantuml index a43494d5..403886d9 100644 --- a/docs/diagrams/architecture.plantuml +++ b/docs/diagrams/architecture.plantuml @@ -1,5 +1,5 @@ @startuml -skinparam { +skinparam { RoundCorner 8 ComponentStyle uml2 ComponentBorderColor #Black @@ -9,7 +9,6 @@ skinparam { package User { component "core-gui" as gui #DeepSkyBlue - component "coresendmsg" #DeepSkyBlue component "python scripts" as scripts #DeepSkyBlue component vcmd #DeepSkyBlue } @@ -19,11 +18,11 @@ package Server { package Python { component core #LightSteelBlue } -package "Linux System" { +package "Linux System" { component nodes #SpringGreen [ nodes (linux namespaces) - ] + ] component links #SpringGreen [ links (bridging and traffic manipulation) @@ -31,19 +30,15 @@ package "Linux System" { } package API { - interface TLV as tlv interface gRPC as grpc } -gui <..> tlv -coresendmsg <..> tlv -scripts <..> tlv +gui <..> grpc scripts <..> grpc -tlv -- daemon grpc -- daemon scripts -- core daemon - core core <..> nodes core <..> links vcmd <..> nodes -@enduml \ No newline at end of file +@enduml diff --git a/docs/diagrams/workflow.plantuml b/docs/diagrams/workflow.plantuml index 9aa1c04f..cff943ad 100644 --- a/docs/diagrams/workflow.plantuml +++ b/docs/diagrams/workflow.plantuml @@ -1,11 +1,11 @@ @startuml -skinparam { +skinparam { RoundCorner 8 StateBorderColor #Black StateBackgroundColor #LightSteelBlue } -Definition: Session XML/IMN +Definition: Session XML Definition: GUI Drawing Definition: Scripts @@ -37,4 +37,4 @@ Configuration -> Instantiation Instantiation -> Runtime Runtime -> Datacollect Datacollect -> Shutdown -@enduml \ No newline at end of file +@enduml diff --git a/docs/static/architecture.png b/docs/static/architecture.png index e07542a4..f4ce3388 100644 Binary files a/docs/static/architecture.png and b/docs/static/architecture.png differ diff --git a/docs/static/workflow.png b/docs/static/workflow.png index cff86d07..35613983 100644 Binary files a/docs/static/workflow.png and b/docs/static/workflow.png differ