Socket
Socket
Sign inDemoInstall

motu-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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


Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc