A tornado web server emulating a MOTU AVB interface's datastore API. Enables development of tools to read and manipulate the datastore without requiring an active interface.
Project description
MOTU AVB Development Server
A tornado web server emulating a MOTU AVB interface's datastore API. Enables development of tools to read and manipulate the datastore without requiring an active interface.
For Datastore API, see MOTU AVB Datastore API Docs
For a websocket bridge, see MOTU AVB Websocket Bridge
For HTTP request examples, see requests.http
Usage
import asyncio
from motu_server import server
def main():
asyncio.run(server.main())
if __name__ == '__main__':
main()
Server is available at http://localhost:8888/datastore
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_server-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: motu_server-0.1.15-py3-none-any.whl
- Upload date:
- Size: 9.1 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 | c5166d286e21e130921da4154a0df428cb8fdc4171b7f637643e5a03b8a5e0c5 |
|
MD5 | d84df74cc2b1dddc6e24381bdd91baf1 |
|
BLAKE2b-256 | 1fdde5c8081e47317229d4be75c07d667f43391848a617a198493f2de1617bb8 |