mx-remote-manager


Namemx-remote-manager JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryApplication for managing MX Remote compatible devices.
upload_time2024-11-29 12:42:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseCopyright 2024 Lars Op den Kamp <lars@opdenkamp.eu> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords matrixos oneip ampos pulse-eight
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MX Remote Manager

Application for managing MX Remote compatible devices.

## Installation

Run `install-pip.sh` if you're building from source. Alternatively you can use one of the prebuilt binaries.
These binaries can be built by calling `build-dist.sh`.

Please note that the prebuilt binaries will take more time to start, while the version installed by pip will run much faster.

## Application
The GUI application is started by running `mxr-ui` and the console application by running `mxr`.

The application also includes methods for debugging MX Remote networks:
* The console application will always dump all received frames in human readable form on the console
* GUI application that dumps all received frames in human readable form on the console: `mxr -u 1`
* To dump these frames in a file `mxr -u 1 -o /path/to/file.txt`
* Import frames captured by MatrixOS and dump the frames: `mxr -i /path/to/file.bin`

All command line options:
```
usage: mxr [-h] [-i INPUT] [-f FILTER] [-o OUTPUT] [-l LOCAL_IP] [-b BROADCAST] [-u UI]

MX Remote Manager / Debugger

options:
  -h, --help    show this help message and exit
  -i INPUT      capture file to process
  -f FILTER     ip address to process in the capture file
  -o OUTPUT     write output to a file
  -l LOCAL_IP   local ip address of the network interface to use
  -b BROADCAST  use broadcast mode instead of multicast mode
  -u UI         show the user interface
```

The user interface option and `mxr-ui` application are only available when `mx_remote_manager` is installed after installing `mx_remote`.
Plain `mx_remote` only includes the command line version of `mxr`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mx-remote-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Lars Op den Kamp <lars@opdenkamp.eu>",
    "keywords": "matrixos, oneip, ampos, pulse-eight",
    "author": null,
    "author_email": "Lars Op den Kamp <lars@opdenkamp.eu>",
    "download_url": "https://files.pythonhosted.org/packages/84/2a/b0ce20c260ec492557aa16f69766ebe56179f2193e64a48d29cc9f5356cf/mx_remote_manager-1.0.0.tar.gz",
    "platform": null,
    "description": "# MX Remote Manager\n\nApplication for managing MX Remote compatible devices.\n\n## Installation\n\nRun `install-pip.sh` if you're building from source. Alternatively you can use one of the prebuilt binaries.\nThese binaries can be built by calling `build-dist.sh`.\n\nPlease note that the prebuilt binaries will take more time to start, while the version installed by pip will run much faster.\n\n## Application\nThe GUI application is started by running `mxr-ui` and the console application by running `mxr`.\n\nThe application also includes methods for debugging MX Remote networks:\n* The console application will always dump all received frames in human readable form on the console\n* GUI application that dumps all received frames in human readable form on the console: `mxr -u 1`\n* To dump these frames in a file `mxr -u 1 -o /path/to/file.txt`\n* Import frames captured by MatrixOS and dump the frames: `mxr -i /path/to/file.bin`\n\nAll command line options:\n```\nusage: mxr [-h] [-i INPUT] [-f FILTER] [-o OUTPUT] [-l LOCAL_IP] [-b BROADCAST] [-u UI]\n\nMX Remote Manager / Debugger\n\noptions:\n  -h, --help    show this help message and exit\n  -i INPUT      capture file to process\n  -f FILTER     ip address to process in the capture file\n  -o OUTPUT     write output to a file\n  -l LOCAL_IP   local ip address of the network interface to use\n  -b BROADCAST  use broadcast mode instead of multicast mode\n  -u UI         show the user interface\n```\n\nThe user interface option and `mxr-ui` application are only available when `mx_remote_manager` is installed after installing `mx_remote`.\nPlain `mx_remote` only includes the command line version of `mxr`.\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Lars Op den Kamp <lars@opdenkamp.eu>  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \u201cAS IS\u201d AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Application for managing MX Remote compatible devices.",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/opdenkamp/mx_remote_manager/issues",
        "Documentation": "https://github.com/opdenkamp/mx_remote_manager/",
        "Homepage": "https://github.com/opdenkamp/mx_remote_manager/",
        "Repository": "https://github.com/opdenkamp/mx_remote_manager.git"
    },
    "split_keywords": [
        "matrixos",
        " oneip",
        " ampos",
        " pulse-eight"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a824874dbffe9ae6d3876d0f176be2019e28bbfbb2e8438d5ffc059b5dc2bc91",
                "md5": "35997d8db54bed0cce9096a71e6c64fb",
                "sha256": "7281a8f422425315bc50c37680455d0c344f419f8d9b44f254ddede9d5ad1984"
            },
            "downloads": -1,
            "filename": "mx_remote_manager-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35997d8db54bed0cce9096a71e6c64fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 80034,
            "upload_time": "2024-11-29T12:42:11",
            "upload_time_iso_8601": "2024-11-29T12:42:11.704020Z",
            "url": "https://files.pythonhosted.org/packages/a8/24/874dbffe9ae6d3876d0f176be2019e28bbfbb2e8438d5ffc059b5dc2bc91/mx_remote_manager-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "842ab0ce20c260ec492557aa16f69766ebe56179f2193e64a48d29cc9f5356cf",
                "md5": "1d915b39ebcb60093dab9e68d71d90ba",
                "sha256": "83a0c5575ba2bce5605e2ab39ce62c5ad5e2ae807e8333fad2265a593966d56c"
            },
            "downloads": -1,
            "filename": "mx_remote_manager-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1d915b39ebcb60093dab9e68d71d90ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 71673,
            "upload_time": "2024-11-29T12:42:15",
            "upload_time_iso_8601": "2024-11-29T12:42:15.493422Z",
            "url": "https://files.pythonhosted.org/packages/84/2a/b0ce20c260ec492557aa16f69766ebe56179f2193e64a48d29cc9f5356cf/mx_remote_manager-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-29 12:42:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opdenkamp",
    "github_project": "mx_remote_manager",
    "github_not_found": true,
    "lcname": "mx-remote-manager"
}
        
Elapsed time: 0.68666s