Skip to main content

Wrapper around the MindConnect IoT Extention.

Project description

A small client to connect with MindConnect IoT using the MindConnect IoT Extension

## How to use
First initialise a new `MindConnectIot` object for your device:
```
from mindconnectiot import MindConnectIot

mindconnect = MindConnectIot(device_name, mindconnect_region, tenant_name,
mcio_extension_username, password)
```

Afterwards you can send data to the cloud, e.g. to send a measurement:
```
mindconnect.sendMeasurement('Temperature', 'Celsius', 23.4, '*C')
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindconnectiot-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page