Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Kaa 的新手,正在尝试使用 ESP8266 实现基于 Kaa 的解决方案。我想知道它是否支持 SSL/TLS 套接字进行通信。如果没有,有什么方法可以使通信安全(如 starttls)。
我目前正在使用 Arduino IDE 编程 ESP 12E(ESP8266 的一种变体)。我有什么方法可以通过安全通信将数据直接发送到 Kaa 安装?
谢谢是提前!
从 Kaa 0.10 开始,C SDK 默认使用混合 RSA+AES 加密连接。
有关详细信息,请参阅KAA-635 。