Renamed files
This commit is contained in:
parent
9c163c288d
commit
2b5d484488
@ -1,6 +1,6 @@
|
||||
# Adafruit MQTT Library example with support
|
||||
|
||||
This example illustrates publishing an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client.
|
||||
This example illustrates publishing an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client. Possible usage cases include adding metadata (collection time, sensor info etc) to a datapoint.
|
||||
|
||||
![alt-text](https://raw.githubusercontent.com/stuthedew/Adafruit_MQTT_Library/Arbitrary_buffer_publish/examples/mqtt_arbitrary_buffer/python_subscriber/mqtt_figure.png "Arbitrary data flow diagram")
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************
|
||||
Adafruit MQTT Library Arbitrary Packet Example
|
||||
Adafruit MQTT Library Arbitrary Data Example
|
||||
|
||||
Must use ESP8266 Arduino from:
|
||||
https://github.com/esp8266/Arduino
|
||||
@ -12,7 +12,8 @@
|
||||
please support Adafruit and open-source hardware by purchasing
|
||||
products from Adafruit!
|
||||
|
||||
Written by Tony DiCola for Adafruit Industries.
|
||||
Written by Stuart Feichtinger
|
||||
Modifed from the mqtt_esp8266 example written by Tony DiCola for Adafruit Industries.
|
||||
MIT license, all text above must be included in any redistribution
|
||||
****************************************************/
|
||||
#include <ESP8266WiFi.h>
|
Before Width: | Height: | Size: 865 KiB After Width: | Height: | Size: 865 KiB |
Loading…
Reference in New Issue
Block a user