Lines Matching refs:is
9 Over-the-Air (OTA) Update is a method for delivering firmware updates to remote
14 when an update is available. Security is a concern with OTA updates; firmware
18 same method can be used as part of OTA. The binary is first downloaded
28 `Golioth`_ is an IoT management platform that includes OTA updates. Devices are
30 When a new version is available, the device downloads and flashes the binary. In
31 this implementation, the connection between cloud and device is secured using
32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
42 `Eclipse hawkBit`_ |trade| is an update server framework that uses polling on a
43 REST api to detect firmware updates. When a new update is detected, the binary
44 is downloaded and installed. MCUboot can be used to verify the signature before
47 There is a :zephyr:code-sample:`hawkbit-api` sample included in the
53 `UpdateHub`_ is a platform for remotely updating embedded devices. Updates can
54 be manually triggered or monitored via polling. When a new update is detected,
55 the binary is downloaded and installed. MCUboot can be used to verify the
58 There is an :zephyr:code-sample:`updatehub-fota` sample included in the Zephyr
65 Bluetooth Low Energy (BLE) or UDP. :ref:`mcu_mgr` is used to send a signed
66 firmware binary to the remote device where it is verified by MCUboot before the
69 There is an :zephyr:code-sample:`smp-svr` sample included in the Zephyr
77 connect to an LwM2M server using DTLS. A :zephyr:code-sample:`lwm2m-client` sample is