Closed kalyanjanaki closed 5 years ago
Try to setup MAX_RESOURCE_BODY_SIZE
in the Californium.properties
or the NetworkConfig
to the maximum used file size.
Does it work? You may have also a look at PR #793.
If it works for you, please close this issue.
Am working on NBIOT project. We are using lwm2m for device management and OTA firware update. Am working on setting up coap server with firmware images so that device can download the same. for initial testing, I have set up the "cf-simplefile-server" provided int he "demo-apps" folder of branch 2.x. The server responds fine for the file SIZE 2KB but when i try the same with file with size 800KB i get below response.
What parameters need to be changed to support the image files up to the size of 4MB. Am new with COAP. Appreciate your help