Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fota implementation #10

Open
POOVARASAN784 opened this issue Jan 28, 2025 · 1 comment
Open

Fota implementation #10

POOVARASAN784 opened this issue Jan 28, 2025 · 1 comment

Comments

@POOVARASAN784
Copy link

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.

@Kucmasz
Copy link
Contributor

Kucmasz commented Jan 28, 2025

Hi!

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

Regards,
Tomasz

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants