You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DeviceHiveESP8266.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
# Table of contents
6
6
*[Overview](#overview)
7
7
*[Getting started](#getting-started)
8
+
*[SSL support](#ssl-support)
8
9
*[Local services](#local-services)
9
10
*[mDNS](#mdns)
10
11
*[RESTful API](#restful-api)
@@ -151,6 +152,9 @@ After rebooting you can send commands to DeviceHive server or local RESTful API
151
152
152
153
Now you can start writing your own program to create your own IoT devices with your favorite language and frameworks using DeviceHive [RESTful API](http://devicehive.com/restful) which you can transmitted with HTTP(S) or Websockets. List of accepted command for ESP8266 is listed in this document.
153
154
155
+
# SSL support
156
+
Firmware supports encrypted WebSocket server connectity using Transport Layer Security (TLS). Server should support TLSv1.1 and TLS_RSA_WITH_AES_128_CBC_SHA or TLS_RSA_WITH_AES_256_CBC_SHA cipher.
157
+
154
158
# Local services
155
159
Firmware sets chip hostname and announce chip with mDNS using configured DeviceId. Hostname is limited with 32 chars, further DeiviceId's chars are omitted.
0 commit comments