brentru
c0918ecabc
remove duplicate directory
2018-07-11 11:54:34 -04:00
brentrubell
66ea1f44eb
Merge branch 'api-v2' into v2-examples
2018-07-09 15:53:45 -04:00
brentrubell
721bdc3e49
rname to resolve merge error
2018-07-09 15:52:31 -04:00
brentru
ed858ae2d2
add time example
2018-07-09 15:37:39 -04:00
brentru
a49354a011
tidy up examples
2018-07-09 15:34:42 -04:00
brentrubell
810ee36382
Rename mqtt_client.py to mqtt_client_class.py
...
avoiding confusion between library src and example named the same thing.
2018-07-09 14:22:30 -04:00
brentrubell
552b40793f
MQTT/REST Time Helpers ( #54 )
...
Add ability to subscribe to time topics via MQTT Client or REST/API Client. Add examples for each.
2018-07-06 15:47:59 -04:00
brentru
116adffd2d
type conversion example: how to send data to io and rx from io feeds
2018-07-05 17:11:21 -04:00
brentru
87a34bb7fa
edited digital out and digital in
2018-07-05 15:56:11 -04:00
brentru
95577646ee
warning for api key sharing
2018-07-05 11:32:24 -04:00
brentru
227552aefc
07: digital out
2018-07-03 17:19:58 -04:00
brentru
e670152104
mergefix
2018-07-03 11:01:04 -04:00
brentru
fe4f0a6464
fixup 06
2018-07-03 10:59:34 -04:00
brentrubell
8b5e9a3f4a
Fixup digital in
2018-07-02 16:39:03 -04:00
brentru
c218f4708b
Merge remote-tracking branch 'origin/master' into v2-examples
2018-07-02 16:28:50 -04:00
brentru
38902fe646
adding digitalin example w/blinka
2018-07-02 15:23:27 -04:00
brentrubell
e54e04eaa2
PR: Secure MQTT Implementation ( #45 )
...
* Add Secure MQTT Implementation
* fix example to auto-secure
2018-07-02 14:30:07 -04:00
brentru
7a44604134
less verbose output, prettier
2018-07-02 13:15:13 -04:00
brentrubell
418141a00f
Support for Lat/Lon/Elevation Data ( #48 )
...
* modified model for location feeds
* added send_location_data method to API client wrapper
* fix send_location_data arg order, update example
2018-07-02 13:10:14 -04:00
brentru
adee6bea2a
aiobasics: location
2018-07-02 12:59:39 -04:00
brentru
1936193883
add subscription example
2018-06-29 11:54:38 -04:00
brentru
36e6c8e3fe
add adafruitio_00_publish.py
2018-06-26 17:43:39 -04:00
Adam Bachman
f115ab5b73
add retain flag to mqtt example scripts
2018-05-10 13:04:48 -04:00
Justin Cooper
c21867eb75
rename send to send_data and craete alias to send, rework readme
2017-06-27 15:39:56 -05:00
Justin Cooper
a5946f6ad2
update client calls with username and add send_batch_data
2017-06-27 15:20:15 -05:00
Justin Cooper
08614c0140
reorganize examples, and add a new data example
2017-06-27 14:23:43 -05:00
Justin Cooper
27d4a48e61
new feeds operations example
2017-06-27 10:59:48 -05:00
Justin Cooper
b390997560
update api example with username
2017-06-26 16:29:04 -05:00
Justin Cooper
ce1b4bbc76
Merge pull request #32 from edzob/patch-1
...
replace Test with Foo in the print output for read data from feed Foo
2017-06-26 10:17:02 -05:00
Edzo Botjes
813e78d396
replace Test with Foo in the print output for read data from feed Foo
2017-03-31 11:10:24 +02:00
Leo Arias
bc8856f61a
Add parenthesis to the prints so they work on python3 also.
2016-01-20 20:53:34 -06:00
Tony DiCola
6903a36690
Add MQTT debug view example.
2015-06-09 20:08:55 -07:00
Tony DiCola
d24bbd5a7e
Add simple MQTT subscription example.
2015-06-03 13:59:43 -07:00
Tony DiCola
77ef090c81
Update MQTT example to use new username field.
2015-06-03 13:36:25 -07:00
Tony DiCola
9900d508f5
Major update:
...
- Refactored REST client to use requests library for Python 3 compatibility.
- Added docstrings to all public methods & classes.
- Fleshed out CRUD APIs for data, feed, group.
- Wrote full suite of integration tests to verify changes.
- Updated setup.py to bump version to 0.9 & depend on requests and paho-mqtt modules.
- Updated and tested code to work with both Python 2 and 3.
- Broke out errors into separate file, and added explicit data model classes.
- General cleanup and preparation for public release.
2015-02-01 12:22:03 -08:00
Tony DiCola
df9d3ecdba
Fix mqtt_client.py example to call background loop function.
2015-01-18 00:57:22 -08:00
Tony DiCola
2c4bb7fb20
Add MQTT client and update tests.
2015-01-13 23:37:00 -08:00