flownexus-lwm2m / flownexus

IoT server with LwM2M support
https://flownexus-lwm2m.github.io/flownexus
Apache License 2.0
3 stars 2 forks source link

simulation: lwm2m_client: add OTA #65

Closed jonas-rem closed 3 months ago

jonas-rem commented 3 months ago

Use together with #62 for testing.

Limitation: flownexus uses a Let's Encrypt Certificate. It does not support the (weak) TLS_RSA_WITH_AES_128_GCM_SHA256 cipher which is used in the Zephyr samples. Enabling Eliptic curve ciphers in Zephyr resulted in a rejection of the flownexus certificate during the download of OTA images. For those reasons testing is currently only possible locally.

Future Fix: Future versions of flownexus will use self-signed certificates for OTA updates (static webserver) and Lwm2m. The dashboard will continue to use Let's Encrypt Certificates.

*Features: