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.2

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

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for linklabs-conductor-1.5.2.tar.gz
Algorithm Hash digest
SHA256 a07c6abb9d3de4a892ea7e872c2b4d535fd23da5f2a4322722dffc45faa9d74b
MD5 894a6261ad4e0f87eedcb6209c76d7ac
BLAKE2b-256 9b77ae96e62300e395eac11b32919fde9960090dbec912314acd36d3a6d0633a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for linklabs_conductor-1.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 17b148db092acbd8151f77909c939e0e28a2a0df2935cc124cee9cdbd3b58530
MD5 c7dcb1cc954acbcaddd8238b9108c1ba
BLAKE2b-256 583d7fbec596c2d292e4bad4f87d60a1241986a30ad3910698aeb066ce4bd948

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