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 details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for linklabs-conductor-1.4.0.tar.gz
Algorithm Hash digest
SHA256 4b0ead9d0eadbce393dfce4686ac4d1b8f72eef2757b75de3079fec6379761aa
MD5 882e800fb3b650bab4201daffc6d8561
BLAKE2b-256 292ee14da26a9cfbc9d7a89a4ab19f06e62eae66d5712ca74858797e2edd551f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for linklabs_conductor-1.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3fa857b974a7348a39d96e733a514a8b13385f8bd54fb54acede37490067026b
MD5 226ee48519d42bf5a82c543a9429c624
BLAKE2b-256 970c4a13561efa612240623e7d31468fbf338826884c2e5b2fa0e87e5f95a1ac

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