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.5.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

linklabs_conductor-1.5.0-py2.py3-none-any.whl (9.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file linklabs-conductor-1.5.0.tar.gz.

File metadata

File hashes

Hashes for linklabs-conductor-1.5.0.tar.gz
Algorithm Hash digest
SHA256 514006288a2ad54604e5c314a0acb0fa71d1b246de4554ec71c78506fd7bf43f
MD5 1a3a121c1fc7578afa41c0416e8e1523
BLAKE2b-256 9779f28274571678c7fc0f8cee527a2b009abb031ba59352d6897e9e8c51065c

See more details on using hashes here.

File details

Details for the file linklabs_conductor-1.5.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for linklabs_conductor-1.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c3eadad1d925c64f81ac49ed7d2cb80207c03fab0bf13eb930ad10d5e4c74ad6
MD5 15e4216f76fbadc9711590e019b397ab
BLAKE2b-256 23d3f199d5cc37b3b120dc7b335b7bf4663f106be69ebe4eea1013079a66bc7a

See more details on using hashes here.

Supported by

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