Skip to content

batovpasha/2smart-cloud-cpp-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2Smart Cloud

A class for controlling Homie entities and ensuring their interaction with the MQTT broker.

Platforms

This sdk currently support ESP32 platform.


API

  • Cloud2Smart()
  • void setup()
  • Device* GetDevice()
  • void loop()

Cloud2Smart()

Creates a Cloud2Smart object.


void setup()

Setting up base features.


**Device* GetDevice() **

Returns a pointer to the device object.


void loop()

Handles the current state of the device.


Examples

To Do

  • ESP8266 platform support
  • TLS support

Docs

Read our docs about 2Smart Cloud protocol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.1%
  • C++ 19.7%
  • HTML 7.9%
  • C 5.3%