Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allthingstalk/arduino-client
[deprecated] [Arduino (compatible)] Arduino c++ client library to connect to the AllThingsTalk platform
https://github.com/allthingstalk/arduino-client
deprecated
Last synced: about 1 month ago
JSON representation
[deprecated] [Arduino (compatible)] Arduino c++ client library to connect to the AllThingsTalk platform
- Host: GitHub
- URL: https://github.com/allthingstalk/arduino-client
- Owner: allthingstalk
- License: apache-2.0
- Created: 2014-05-16T11:54:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T07:34:47.000Z (over 6 years ago)
- Last Synced: 2023-12-13T03:32:31.650Z (about 1 year ago)
- Topics: deprecated
- Language: Arduino
- Homepage: http://maker.allthingstalk.com
- Size: 560 KB
- Stars: 18
- Watchers: 17
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### This library is deprecated
arduino-client library is deprecated, and will not receive any further updates. Please use the new [arduino-sdk](https://github.com/allthingstalk/arduino-sdk) instead.
---
arduino-client
==============This is a library for the AllThingsTalk ‘Internet of Things’ platform.
It works with the official [Arduino leonardo Ethernet board](http://www.arduino.org/products/boards/arduino-leonardo-eth).
Other boards based on Arduino might also work. In the Examples folder you can find some sample sketches which support the [Linkit ONE](http://www.seeedstudio.com/depot/LinkIt-ONE-p-2017.html) and for boards bases on the ESP8266 module, like the [nodeMCU](http://www.nodemcu.com/index_en.html).### Installation
1. Download the [source code](https://github.com/allthingstalk/arduino-client/archive/master.zip)
2. copy the content of the 'libraries' directory in the zip file to your arduino libraries folder (usually found at <arduinosketchfolder>/libraries).
### Example sketchesThe library includes a number of example sketches which demonstrate how assets of different types can be used with the AllThingsTalk ‘Internet of Things’ platform and also includes examples to be used with other boards.
### Experiments
The download also includes a number of experiments to get you started with more features of the AllThingsTalk ‘Internet of Things’ platform such as automation and notifications.
Want more information ?
Check out the [documentation](http://docs.allthingstalk.com/developers/libraries/arduino/).