Skip to content

Commit b5b8a97

Browse files
committed
add testing info to readme
1 parent e87eed2 commit b5b8a97

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# 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)
22

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 | ✓ | ? | ? | ? | ?

0 commit comments

Comments
 (0)