Add NervesHub to your project
defp deps(target) do
[
{:nerves_runtime, "~> 0.9"},
{:nerves_hub_link, "~> 2.0"},
{:nerves_hub_cli, "2.0.0-dev"},
{:nerves_time, "~> 0.2"},
...
] ++ system(target)
endconfig :nerves, :firmware,
provisioning: :nerves_hub_linkConnection Setup
Using your own Signer CA
Runtime Configuration
Client Setup
Example
Last updated
Was this helpful?