eclipse-leshan / leshan

Java Library for LWM2M
https://www.eclipse.org/leshan/
BSD 3-Clause "New" or "Revised" License
653 stars 407 forks source link

FW update test #1603

Closed mathns28 closed 7 months ago

mathns28 commented 7 months ago

Question

I'm new in lwm2m and I don't know too much. Someone can help me?

I'm trying to update a firmware from a client, but I don´t know how the server will works on it.

Example, My server is running in a host as coap://localhost:5683, Is it possible to client request the file using coap://localhost:5683/firmwares/firmware.bin? And, How I will map it on server, recive the request, find the file on server and answer the client? Is There a server demo to test the firmware update?

sbernard31 commented 7 months ago

You should have a look at : https://github.com/eclipse-leshan/leshan/issues/70#issuecomment-2047006480

sbernard31 commented 7 months ago

Should we close this issue ?

mathns28 commented 7 months ago

Yes, we can.

Thanks for everything, again..