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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linklabs-conductor-1.5.1.tar.gz.
File metadata
- Download URL: linklabs-conductor-1.5.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2af4b2f28c2d2a98638b581319d48cdfc3ba985e89b3fdd4df5356ee7265a5
|
|
| MD5 |
aadea452bd38c0dab7cf7e1cd6beaecf
|
|
| BLAKE2b-256 |
7597788a896eb6dbc94448d5e15e0f44e4917187be6ae2d72cb5ae0105bced43
|
File details
Details for the file linklabs_conductor-1.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: linklabs_conductor-1.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d9306e900746f0bc0de6e7cf4fbc0f51de2991aca7868e16aac906cd0b1b097
|
|
| MD5 |
7632e369439c50c8935780f25a420586
|
|
| BLAKE2b-256 |
fcfcb46061b091724971e3333f4a8999ad495abef7e6e546e29ba05b063938fb
|