Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suyashkumar/conduit-firmware-library
- Owner: suyashkumar
- Created: 2017-01-09T03:59:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T20:06:06.000Z (over 6 years ago)
- Last Synced: 2024-10-09T01:41:38.477Z (3 months ago)
- Topics: conduit, ease, esp8266, esp8266-arduino, firmware, firmware-library, iot
- Language: C++
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)