Skip to main content

LinkLabs Conductor SDK

Project description

This is a python wrapper of Link Labs’s Conductor service.

To get started, simply instantiate a ConductorAccount with your credentials:

import conductor
account = conductor.ConductorAccount('my_email_address')

Then, you can process messages as they are received:

app_token = account.get_application_token('12345678901234567890')
for msg in app_token.subscribe_iter():
    print(msg)

You can also send downlink messages to a particular module:

module = account.get_module('$301$0-0-0-04000119D')
msg = module.send_message(b'hello')
msg.wait_for_success()

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

linklabs-conductor-1.4.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

linklabs_conductor-1.4.0-py2.py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 2 Python 3

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