[−][src]Crate kubos_system
KubOS System level APIs
Structs
Address |
A simple address consisting of an IP address and port number |
Config |
KubOS config used by either Apps or Services. KubOS config files use the TOML format, and can may contain multiple named Categories. Typically each category corresponds to an App or Service name. This allows one config file to store configuration for multiple Apps / Services at a time. |
KubosVersions |
Information about the version(s) of KubOS installed in the system |
UBootVars |
A convenience wrapper for fetching UBoot variables used by KubOS |
Constants
DEFAULT_PORT |
The default port for service bindings |
SERVICE_APP |
The name of the KubOS app service that can be used to derive service configuration |
SERVICE_TELEMETRY |
The name of the KubOS telemetry db service that can be used to dervice service configuration |
Statics
DEFAULT_IP |
The default IP address for service bindings |
DEFAULT_PATH |
The default conifguration file path |
Functions
initial_deploy |
Whether or not the system has been marked as deployed |
kubos_versions |
Fetch information about the version(s) of KubOS installed in the system |