Skip to main content

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.

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


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

motu_datastore_client-0.1.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page