Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: simple-mbed-cloud-client/mbed-cloud-client/mbed-client/mbed_lib.json
- Revision:
- 0:8f0bb79ddd48
diff -r 000000000000 -r 8f0bb79ddd48 simple-mbed-cloud-client/mbed-cloud-client/mbed-client/mbed_lib.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simple-mbed-cloud-client/mbed-cloud-client/mbed-client/mbed_lib.json Tue May 04 08:55:12 2021 +0000 @@ -0,0 +1,32 @@ +{ + "name": "mbed-client", + "config": { + "event-loop-size": 1024, + "reconnection-count": 3, + "reconnection-interval": 5, + "tcp-keepalive-interval": 90, + "disable-bootstrap-feature": null, + "coap-disable-obs-feature":null, + "reconnection-loop": { + "help": "Not in used anymore", + "value": 1 + }, + "dns-use-thread": { + "help": "Not in used anymore", + "value": null + }, + "dtls_peer_max_timeout": null, + "tls-max-retry": null, + "sn-coap-max-blockwise-payload-size" : null, + "sn-coap-duplication-max-msgs-count": 5, + "sn-coap-max-incoming-message-size": null, + "sn-coap-resending-queue-size-msgs": 5, + "sn-coap-resending-queue-size-bytes": null, + "sn-coap-blockwise-max-time-data-stored": null, + "disable-interface-description": null, + "disable-resource-type": null, + "disable-delayed-response": null, + "disable-block-message": null, + "memory-optimized-api": null + } +}