Hi,
I am really new in mbed client. I am planning to read/write file from mbed client. I saw some example in https://github.com/ARMmbed/mbed-os-example-client which used bigpayload. My question is how can I test it (for sending or receiving bigpayload data /file) I had tried it with mbed connector console by sending a long string, unfortunately it failed,
thanks @janjongboom , I tried already with the node,js and mbed client example linuxHowever, the callback from the client received, but the the total message size is 0. I added “coap_max_incoming_block_message_size”: 100000 in config.json file as suggested here