motu-osc-bridge


Namemotu-osc-bridge JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA service to bridge HTTP messages from a MOTU AVB interface's datastore API to an OSC Server, such as TouchOSC.
upload_time2024-09-15 19:21:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT License Copyright (c) 2024 Chris Johnston Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords motu avb osc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MOTU AVB Websocket Bridge

A service to bridge HTTP messages from a MOTU AVB interface's datastore API to an OSC Server, such as TouchOSC.

* For Datastore API, see [MOTU AVB Datastore API Docs](https://cdn-data.motu.com/downloads/audio/AVB/docs/MOTU%20AVB%20Web%20API.pdf)
* For OSC Reference, see [MOTU AVB OSC Reference](https://cdn-data.motu.com/downloads/audio/AVB/docs/OSC%20Quick%20Reference.pdf)

# Usage

In the command line at the project root, run:

```
./run <OSC SERVER NAME> --avbserver http://localhost:8888
```

The "OSC SERVER NAME" is the ZeroConf (Bonjour) name of the OSC server that will be listening for messages, e.g. for  touchOSC this might be "iPhone [iPhone] (TouchOSC)". The application will wait for this server to become available, connect to it and begin long-polling the MOTU AVB device to listen for changes. The service will relay any changes to the OSC server as OSC messages. For TouchOSC Configuration, see [OSC Connection](https://hexler.net/touchosc-mk1/manual/configuration-connections-osc#:~:text=Port%20(incoming),receiving%20OSC%20messages%20with%20TouchOSC.)

The "AVB Server" is the URI of the MOTU AVB device to which the service will connect and relay any datastore updates. For a 1248, this might be http://1248.local. For testing connectivity to a virtual MOTU AVB device, use my [MOTU Development AVB Server](https://github.com/ChristopherJohnston/motu_server) repository.

# Reference

* [Python-ZeroConf Async Browser](https://github.com/python-zeroconf/python-zeroconf/blob/master/examples/async_browser.py)
* [Python-OSC Client/Server](https://pypi.org/project/python-osc/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "motu-osc-bridge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "motu, avb, osc",
    "author": null,
    "author_email": "Christopher Johnston <christopher_johnston@me.com>",
    "download_url": null,
    "platform": null,
    "description": "# MOTU AVB Websocket Bridge\n\nA service to bridge HTTP messages from a MOTU AVB interface's datastore API to an OSC Server, such as TouchOSC.\n\n* For Datastore API, see [MOTU AVB Datastore API Docs](https://cdn-data.motu.com/downloads/audio/AVB/docs/MOTU%20AVB%20Web%20API.pdf)\n* For OSC Reference, see [MOTU AVB OSC Reference](https://cdn-data.motu.com/downloads/audio/AVB/docs/OSC%20Quick%20Reference.pdf)\n\n# Usage\n\nIn the command line at the project root, run:\n\n```\n./run <OSC SERVER NAME> --avbserver http://localhost:8888\n```\n\nThe \"OSC SERVER NAME\" is the ZeroConf (Bonjour) name of the OSC server that will be listening for messages, e.g. for  touchOSC this might be \"iPhone [iPhone] (TouchOSC)\". The application will wait for this server to become available, connect to it and begin long-polling the MOTU AVB device to listen for changes. The service will relay any changes to the OSC server as OSC messages. For TouchOSC Configuration, see [OSC Connection](https://hexler.net/touchosc-mk1/manual/configuration-connections-osc#:~:text=Port%20(incoming),receiving%20OSC%20messages%20with%20TouchOSC.)\n\nThe \"AVB Server\" is the URI of the MOTU AVB device to which the service will connect and relay any datastore updates. For a 1248, this might be http://1248.local. For testing connectivity to a virtual MOTU AVB device, use my [MOTU Development AVB Server](https://github.com/ChristopherJohnston/motu_server) repository.\n\n# Reference\n\n* [Python-ZeroConf Async Browser](https://github.com/python-zeroconf/python-zeroconf/blob/master/examples/async_browser.py)\n* [Python-OSC Client/Server](https://pypi.org/project/python-osc/)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Chris Johnston  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A service to bridge HTTP messages from a MOTU AVB interface's datastore API to an OSC Server, such as TouchOSC.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/ChristopherJohnston/motu_osc_bridge"
    },
    "split_keywords": [
        "motu",
        " avb",
        " osc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f94f7570b7a782ff8f6e1baed59a4de0766c98e1dc83923f1fe928fe0b86c8fa",
                "md5": "db7957facde9593501e6614ac70b8bc9",
                "sha256": "472ccbfbaef229010f33844b335ca4e4b3d0bcbcf5207a03ed61d3cdde40c0df"
            },
            "downloads": -1,
            "filename": "motu_osc_bridge-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db7957facde9593501e6614ac70b8bc9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6922,
            "upload_time": "2024-09-15T19:21:22",
            "upload_time_iso_8601": "2024-09-15T19:21:22.676424Z",
            "url": "https://files.pythonhosted.org/packages/f9/4f/7570b7a782ff8f6e1baed59a4de0766c98e1dc83923f1fe928fe0b86c8fa/motu_osc_bridge-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 19:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChristopherJohnston",
    "github_project": "motu_osc_bridge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "motu-osc-bridge"
}
        
Elapsed time: 0.29167s