File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ send/receive values. For example a sensor device that sends sensor measurements
8
8
to AIO and then enters deep power-saving sleep for a period is perfect to use
9
9
with this library.
10
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
+
11
16
Currently this library supports the send API to send a value to a feed and the
12
17
receive/last API to get the latest value from a feed.
13
18
Original file line number Diff line number Diff line change
1
+ name =Adafruit IO Arduino
2
+ version =1.0.0
3
+ author =Adafruit
4
+ maintainer =Adafruit <info@adafruit.com>
5
+ sentence =Arduino library to access the Adafruit IO REST API.
6
+ paragraph =Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.
7
+ category =Communication
8
+ url =https://github.com/adafruit/Adafruit_IO_Arduino
9
+ architectures =*
You can’t perform that action at this time.
0 commit comments