suyashkumar / conduit-firmware-library

Use magical RESTful APIs from a central server to communicate to/from the ESP8266 chip with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conduit-firmware-library

Use magical RESTful APIs from a central server to communicate to/from the ESP8266 chip with ease using the conduit service!

This is the firmware library that goes along with the conduit framework. It allows you to use secure RESTful APIs to call arbitrary functions on your ESP8266 chip from the central https://conduit.suyash.io server. It also allows you to send arbitrary data from your ESP8266 chip to the central conduit server. Check out conduit for more info.

Installation in your project

The conduit firmware library is a platformio library--so you can install it in your project simply by running the following:

platformio lib install "conduit"

License

Copyright (c) 2017 Suyash Kumar

(CC Attribution-NonCommercial 3.0)

About

Use magical RESTful APIs from a central server to communicate to/from the ESP8266 chip with ease


Languages

Language:C++ 100.0%