Metadata-Version: 2.1
Name: dashio
Version: 1.99.92
Summary: Dashio interface library
Home-page: https://github.com/dashio-connect/python-dashio
Author: James Boulton
Author-email: james.boulton@kotukublue.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: paho-mqtt
Requires-Dist: pyzmq
Requires-Dist: python-dateutil
Requires-Dist: zeroconf
Requires-Dist: shortuuid

# dashio

A python library to connect to the IotDashboard app.

## Getting Started

See <https://github.com/dashio-connect/python-dashio>

$ cd Examples
$ python3 iot_monitor.py -s dash.dashio.io -p 8883 -u user -w password -c`hostname`

Will create a graph of network traffic with a connection_id of your hostname. The control and data topics are hostname_data and hostname_control.

## Requirements

* python3

## Install

pip3 install dashio


