Update license

This commit is contained in:
Tuan
2018-06-01 22:29:28 +07:00
committed by GitHub
parent 677db77415
commit b2916ccaf9

View File

@ -65,7 +65,6 @@ const esp_mqtt_client_config_t mqtt_cfg = {
//MQTT client will connect to iot.eclipse.org using port 4567 //MQTT client will connect to iot.eclipse.org using port 4567
``` ```
### SSL ### SSL
- Get Certification from server, example: `iot.eclipse.org` `openssl s_client -showcerts -connect iot.eclipse.org:8883 </dev/null 2>/dev/null|openssl x509 -outform PEM >iot_eclipse_org.pem` - Get Certification from server, example: `iot.eclipse.org` `openssl s_client -showcerts -connect iot.eclipse.org:8883 </dev/null 2>/dev/null|openssl x509 -outform PEM >iot_eclipse_org.pem`
@ -170,6 +169,6 @@ esp_mqtt_client_start(client);
``` ```
## License ## License
- MQTT Package - [Stephen Robinson - contiki-mqtt](https://github.com/esar/contiki-mqtt)
[@tuanpmt](https://twitter.com/tuanpmt) - Others [@tuanpmt](https://twitter.com/tuanpmt)
Apache License Apache License