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