Packaging Full

OS

@startuml left to right direction rectangle "Android" as 1 #White rectangle "iOS" as 2 #White rectangle "Windows" as 3 #White rectangle "Linux" as 4 #White 1 -[hidden]- 2 2 -[hidden]- 3 3 -[hidden]- 4 @enduml

Integrations

@startuml left to right direction rectangle "Navigator + Control Panel" as 1 #White rectangle "Setup Wizard" as 2 #White rectangle "SCI" as 3 #White rectangle "NEXO" as 4 #White 1 -[hidden]- 2 2 -[hidden]- 3 3 -[hidden]- 4 @enduml

Physical Connections

@startuml left to right direction rectangle "USB" as 1 #White rectangle "Bluetooth" as 2 #White rectangle "TCP/IP Network" as 3 #White rectangle "BLE" as 4 #SkyBlue 1 -[hidden]- 2 2 -[hidden]- 3 3 -[hidden]- 4 @enduml

Key

@startuml left to right direction rectangle "Current" as 1 #White rectangle "Roadmap" as 2 #SkyBlue 1 -[hidden]- 2 @enduml

Note

This same strucuture is observed for all 4 platforms (Android, iOS, Windows, & Linux). The package extensions and some of the API signatures change slightly for each platform according to the programming language and other platform requirements.

Was this helpful?