MediaTek-Labs / aws_mbedtls_mqtt

The source code to use mbedTLS library to connect to AWS mqtt IOT server.
62 stars 34 forks source link

Refine readme.md and file structure #6

Closed ericwahahaha closed 8 years ago

ericwahahaha commented 8 years ago
  1. Change file structure to let user can just add zip to Arduino IDE a. put aws iot and mbedtls source directory to src folder b. Add include header to src directory for header file index c. Move root cert and platform txt to tools folder
  2. Refine README.MD

TODO

  1. I will refine mtk.cpp and mtk.h in mbedtls folder
  2. Separate mbedtls and aws iot more clearly
  3. Add https feature
JasonMTK commented 8 years ago

Thanks for your great help. It looks cool after the reorganization. :)