ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-20T11:36:33+08:00 https://bbs.espressif.com:443/feed.php?f=31&t=1564 2016-04-20T11:36:33+08:00 2016-04-20T11:36:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1564&p=6536#p6536 <![CDATA[Re: [ESP8266 RTOS] SSL client Demo]]>
请问您编译遇到什么错误?
您可以在 github 下载更新后的 ESP8266_RTOS_SDK 使用。

Statistics: Posted by ESP_Faye — Wed Apr 20, 2016 11:36 am


]]>
2016-03-11T14:15:43+08:00 2016-03-11T14:15:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1564&p=6069#p6069 <![CDATA[Re: [ESP8266 RTOS] SSL client Demo]]> Statistics: Posted by scilogyhunter — Fri Mar 11, 2016 2:15 pm


]]>
2015-12-30T14:03:27+08:00 2015-12-30T14:03:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1564&p=5183#p5183 <![CDATA[[ESP8266 RTOS] SSL client Demo]]>
  1. If ping succeed, it will continually ping the server.
  2. If ping fail, it will try to reconnect to the server.
  3. If the connection broke, it will try to reconnect to the server.
  4. It will verify the server's certificate during handshake.

Thanks for your interest in ESP8266 !

附件是基于 ESP8266_RTOS_SDK 的 SSL 简单示例,它将连接 Espressif Cloud 并且发送 ping 包。
  1. 如果 ping 成功,间隔一段时间后,将继续发送 ping 包。
  2. 如果 ping 失败,ESP8266 将主动断开连接,重新握手。
  3. 如果连接断开,ESP8266 将重新握手。
  4. 本示例在握手时会执行服务器证书的单向验证。

感谢您对 ESP8266 的关注!
ESP8266_RTOS_TLS_DEMO.zip

Statistics: Posted by ESP_Faye — Wed Dec 30, 2015 2:03 pm


]]>