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

This version

1.5.1

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.1.tar.gz (9.2 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.1-py2.py3-none-any.whl (9.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for linklabs-conductor-1.5.1.tar.gz
Algorithm Hash digest
SHA256 0f2af4b2f28c2d2a98638b581319d48cdfc3ba985e89b3fdd4df5356ee7265a5
MD5 aadea452bd38c0dab7cf7e1cd6beaecf
BLAKE2b-256 7597788a896eb6dbc94448d5e15e0f44e4917187be6ae2d72cb5ae0105bced43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for linklabs_conductor-1.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3d9306e900746f0bc0de6e7cf4fbc0f51de2991aca7868e16aac906cd0b1b097
MD5 7632e369439c50c8935780f25a420586
BLAKE2b-256 fcfcb46061b091724971e3333f4a8999ad495abef7e6e546e29ba05b063938fb

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