NuMaker connection with AWS IoT thru MQTT/HTTPS
Dependencies: MQTT
my-tlssocket/mbed_lib.json
- Committer:
- ccli8
- Date:
- 2020-03-27
- Revision:
- 41:b878d7cd7035
- Parent:
- 25:edf568984d27
File content as of revision 41:b878d7cd7035:
{ "name": "my-tlssocket", "config": { "tls-debug-level": { "help": "Debug level for TLS. Larger value for more verbose message. Its value can be 0, 1, 2, 3, or 4", "value": 0 }, "tls-max-frag-len": { "help": "Maximum fragment length value for the payload in one packet, doesn't include TLS header and encryption overhead. Is needed for constrainted devices having low MTU sizes, Value 0 = disabled, 1 = MBEDTLS_SSL_MAX_FRAG_LEN_512, 2= MBEDTLS_SSL_MAX_FRAG_LEN_1024, 3 = MBEDTLS_SSL_MAX_FRAG_LEN_2048, 4 = MBEDTLS_SSL_MAX_FRAG_LEN_4096", "value": 0 } } }