HTTP-based Device Connection

EnOS Cloud provides a device side SDK for HTTP protocol-based device-side development.


If the provided HTTP SDK cannot meet your needs, you can develop a custom device-side SDK according to the EnOS device protocol provided for you in this section to establish an HTTP-protocol-based data transfer channel between the device and EnOS.

Supported HTTP versions

  • Hypertext Transfer Protocol — HTTP/1.0
  • Hypertext Transfer Protocol — HTTP/1.1

Establishing Connection

Sending Control Commands from the Cloud

Developing OTA Capabilities