You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i am currently working on FOTA (Firmware Over-The-Air). I complete basic fota implementation . i want to implement custom LwM2M objects for FOTA on ESP32 without relying on Anjay's common server implementation.
.Please provide guidance on how to implement the FOTA process and reference materials for the Leshan server.
The text was updated successfully, but these errors were encountered:
Anjay implements /5 FOTA object according to OMA LwM2M Specification and our design assumptions and we do not provide support or guidance on how to accomplish it in another way. If you have issues with how the Object and mechanism works, feel free to make suggestions or else you need to simply base it on LwM2M Specifiaction.
If by "custom objects" you mean any, not related to FOTA LwM2M Object, check out the docs on that: https://avsystem.github.io/Anjay-doc/AdvancedTopics/AT-CustomObjects.html
If by "Anjay's common server implementation" you mean your own approach to /1 Server Object, you can see and rework /standalone directory in Anjay repository.
We do not provide reference materials for Leshan Server. AVSystem maintains it's own LwM2M Server: https://eu.iot.avsystem.cloud
Hi i am currently working on FOTA (Firmware Over-The-Air). I complete basic fota implementation . i want to implement custom LwM2M objects for FOTA on ESP32 without relying on Anjay's common server implementation.
.Please provide guidance on how to implement the FOTA process and reference materials for the Leshan server.
The text was updated successfully, but these errors were encountered: