Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suyashkumar/conduit-firmware-library

Use magical RESTful APIs from a central server to communicate to/from the ESP8266 chip with ease
https://github.com/suyashkumar/conduit-firmware-library

conduit ease esp8266 esp8266-arduino firmware firmware-library iot

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# conduit-firmware-library
Use magical RESTful APIs from a central server to communicate to/from the ESP8266 chip with ease using the [conduit](https://github.com/suyashkumar/conduit) service!

This is the firmware library that goes along with the [conduit](https://github.com/suyashkumar/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](https://github.com/suyashkumar/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:

```sh
platformio lib install "conduit"
```

## License
Copyright (c) 2017 Suyash Kumar

(CC Attribution-NonCommercial 3.0)