From b2916ccaf93f178793c1832463689152ede9d5da Mon Sep 17 00:00:00 2001 From: Tuan Date: Fri, 1 Jun 2018 22:29:28 +0700 Subject: [PATCH] Update license --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 447c103..f083ab0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ const esp_mqtt_client_config_t mqtt_cfg = { //MQTT client will connect to iot.eclipse.org using port 4567 ``` - ### SSL - Get Certification from server, example: `iot.eclipse.org` `openssl s_client -showcerts -connect iot.eclipse.org:8883 /dev/null|openssl x509 -outform PEM >iot_eclipse_org.pem` @@ -170,6 +169,6 @@ esp_mqtt_client_start(client); ``` ## License - -[@tuanpmt](https://twitter.com/tuanpmt) +- MQTT Package - [Stephen Robinson - contiki-mqtt](https://github.com/esar/contiki-mqtt) +- Others [@tuanpmt](https://twitter.com/tuanpmt) Apache License