Expand description
KubOS System level APIs
Modules§
- logger
- Common structure and functions for setting up service logging
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.
- Kubos
Versions - Information about the version(s) of KubOS installed in the system
- UBoot
Vars - A convenience wrapper for fetching UBoot variables used by KubOS
Constants§
- 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_
CONFIG_ PATH - The default configuration file path
- DEFAULT_
PATH - The default configuration 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