File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Adafruit IO Arduino Library [ ![ Build Status] ( https://travis-ci.org/adafruit/Adafruit_IO_Arduino.svg?branch=master )] ( https://travis-ci.org/adafruit/Adafruit_IO_Arduino )
2
2
3
- Arduino library to access the Adafruit IO REST API on platforms like the FONA,
4
- CC3000, and ESP8266. This is a good library for simple send and receive access
5
- to Adafruit IO feeds. Unlike MQTT the REST API does not require a connection to
6
- be kept alive so it's good for things to periodically need to connect and
7
- send/receive values. For example a sensor device that sends sensor measurements
8
- to AIO and then enters deep power-saving sleep for a period is perfect to use
9
- with this library.
10
-
11
- An alternative is the [ Adafruit MQTT library] ( https://github.com/adafruit/Adafruit_MQTT_Library )
12
- which uses the MQTT protocol to talk to Adafruit IO. This is good for devices
13
- that are always on and need to keep a connection alive to to be quickly notified
14
- of changes.
15
-
16
- Currently this library supports the send API to send a value to a feed and the
17
- receive/last API to get the latest value from a feed.
18
-
19
- The supported platforms are the Adafruit CC3000, FONA, and ESP8266 Arduino.
3
+ Example | ESP8266 | M0 WINC1500 | WICED | FONA 32u4 | Ethernet
4
+ ------------------ | :----------: | :----------: | :---------: | :---------: | ---------
5
+ 01_publish | ✓ | ? | ? | ? | ?
6
+ 02_subscribe | ✓ | ? | ? | ? | ?
7
+ 03_pubsub | ✓ | ? | ? | ? | ?
8
+ 04_multiple_feeds | ✓ | ? | ? | ? | ?
9
+ 05_location | ✓ | ? | ? | ? | ?
10
+ 06_type_conversion | ✓ | ? | ? | ? | ?
You can’t perform that action at this time.
0 commit comments