Commit Graph

11 Commits

Author SHA1 Message Date
yuanjm
7d7b70c9ce feat(mqtt): modify example and cmake file for building 2021-01-20 11:57:37 +08:00
yuanjm
573da29b7c feat(mqtt): bring esp-mqtt from idf component
Commit ID: c40f2590
2021-01-20 10:12:15 +08:00
yuanjm
6d784f8208 feat(mqtt): Modify mqtt component for RTOS 2020-05-27 15:30:21 +08:00
yuanjm
267eb800c2 feat(mqtt): Bring mqtt submodule and examples from esp-idf
Commit ID: 463a9d8b
2020-05-27 14:35:48 +08:00
yuanjm
54ff55201f feat(mqtt): remove ibm-mqtt component and example 2019-12-31 18:17:10 +08:00
dongheng
5f2b5eafcf feat(mbedtls): modify code to support ESP8266
It is that maybe less modification working on the components is better, so I just modified the platform
code of AES, SHA and so on.

ESP8266 has no real hardware AES, SHA or bignum peripheral, but some method can speed up the process of part
of upper algorithm, so I also added the platform code of AES, SHA, bignum, ARC, MD5.

ESP8266 has no platform of bignum, so users should not enable the bignum hardware at "menuconfig".
2019-10-10 13:39:08 +08:00
dongheng
114d2b5b86 feature(script): update compiling script for new make and cmake 2019-08-02 14:02:45 +08:00
dongheng
cca13e0f99 feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
dongheng
04ee11ee53 feat(mqtt): Add esp-mqtt
Commit ID: 13018449

Add global "mqtt" to manage both "ESP-MQTT" and "IBM-MQTT". Using select the target MQTT to using like selecting SSL.
2019-03-22 16:55:16 +08:00
Wu Jian Gang
1d7f85809a feat(mqtt): Restructure mqtt folder as default paho structure 2018-05-20 21:28:44 +08:00
Dong Heng
679aec0164 feat(mqtt): Add cmake script 2018-05-04 15:05:43 +08:00