API Reference nerves_runtime v0.11.10
modules
Modules
Nerves.Runtime contains functions useful for almost all Nerves-based devices.
GenServer that handles device initialization.
Key Value storage for firmware variables provided by fwup.
Applications that depend on nerves_runtime
for accessing provisioning
information from the Nerves.Runtime.KV
can mock the contents through the
Application config.
GenServer that captures Linux uevent messages and passes them up to Elixir.
Functions for parsing kmsg strings
Collects operating system-level messages from /proc/kmsg
,
forwarding them to Logger
with an appropriate level to match the syslog
priority parsed out of the message.
Functions for parsing syslog strings
This GenServer routes syslog messages from C-based applications and libraries through the Elixir Logger for collection.