A web client for interfacing with a MOTU AVB Server.
Project description
MOTU AVB Datastore Client
A python client to interface with a MOTU AVB interface's datastore API.
- For Datastore API, see MOTU AVB Datastore API Docs
- For OSC Reference, see MOTU AVB OSC Reference
Usage
from motu_datastore_client import DatastoreClient
import asyncio
client = DatastoreClient("http://localhost:8888")
task = asyncio.create_task(client.run(write_message))
await asyncio.wait([task])
Example
make develop
make run
The "AVB Server" is the URI of the MOTU AVB device to which the service will connect and relay any datastore updates. For testing connectivity to a virtual MOTU AVB device, use my MOTU Development AVB Server repository.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file motu_datastore_client-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: motu_datastore_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1128fa199046efc852af6c7eeec7b5fc3210149739cd97dc6b574ebd1bf89dab |
|
MD5 | cd7e4d1cdd53e636d7a8a75d108a23f5 |
|
BLAKE2b-256 | 8a13c38e5b5d129e90a3226d8c6a4e3b514dd58dada4b3968b27d074691a84b3 |