iotkit-embedded icon indicating copy to clipboard operation
iotkit-embedded copied to clipboard

高速镜像: https://code.aliyun.com/linkkit/c-sdk

Results 86 iotkit-embedded issues
Sort by recently updated
recently updated
newest added

readme里说【目前C-SDK已实现了在Windows上HAL的实现】,但找了半天没找到。 有没有大佬告知一下在哪可以找到。

There is a small typo in external_libs/nghttp2/nghttp2_stream.c. Should read `priority` rather than `prirority`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

[inf] iotx_mc_keepalive(1861): network is reconnected! current time : Tue Jul 31 23:57:40 2018 ++++++++++++MQTT reconnect. [inf] _network_ssl_read(468): ssl recv error: code = -30848, err_str = '' [dbg] iotx_mc_read_packet(744): mqtt read...

只看到支持TLS 1.1和1.2 1.3没有提及

avoid wrong CFLAGS generation.by defaults, " -u call_user_start " changed to "-u -w call_user_start" after make reconfig, and result in call_user_start file not found

修复由于SUPPORT_ITLS条件编译语法错误导致的HTTP访问端口与HTTPS端口互换的BUG

Fix bug that caused HTTP request to access HTTPS port due to macro definition SUPPORT_ITLS error 修复由于宏定义SUPPORT_ITLS错误使用,导致HTTP请求访问HTTPS端口的BUG

当在期望的时间内, IOT_MQTT_Construct 中 iotx_mc_connect 失败时,释放了相关的内存,导致再次调用时引起 crash。