{ "info": { "author": "Eric Magnuson", "author_email": "eric@ericmagnuson.me", "bugtrack_url": null, "classifiers": [], "description": "## RM Control\nRM Control is an app to control an RM2 by BroadLink. It allows users to learn IR and RF codes, store them, and fire them.\n\n### Installation\n1. `python setup.py install`\n2. `export FLASK_APP=rmcontrol; python -m flask initdb`\n3. `python run.py`\n\n### Components\n1. vue.js front-end\n2. python back-end\n3. process watcher by supervisord\n\n### Requirements\n1. build-essential\n2. libavahi-compat-libdnssd-dev\n3. nodejs v6+\n4. node-gyp\n\n### VM Initialization\n1. curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh\n2. sudo bash nodesource_setup.sh\n3. sudo apt-get update\n4. sudo apt-get install build-essential git libavahi-compat-libdnssd-dev nodejs node-gyp\n5. sudo reboot now\n6. sudo npm install -g --unsafe-perm request homebridge homebridge-httpmulti\n\n### Supervisor Setup\nComing soon.\n\n### API Documentation\n`GET /`\nShows all commands.\n\n`POST / {name: }`\nListens for a command from the RM2, and if a command is received, it will be saved with the given name.\n\n`POST /`\nFire the given command.\n\n`PATCH / {name: , code: }`\nEdit the requested command by passing in a new name and/or code.\n\n`DELETE /`\nDelete the given command.\n\n### To Do\n- Gracefully handle errors if RM2 cannot be found.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ericmagnuson/rmcontrol", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "RMControl", "package_url": "https://pypi.org/project/RMControl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/RMControl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ericmagnuson/rmcontrol" }, "release_url": "https://pypi.org/project/RMControl/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A python app to control an RM2 from BroadLink.", "version": "1.0.1" }, "last_serial": 2524320, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ded45a11fded9ba050c346d4053d8d1c", "sha256": "3d21578117915f8ce0f8a5909ea5ba328d99c899e11d47c1a26f8b956438ebf6" }, "downloads": -1, "filename": "RMControl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ded45a11fded9ba050c346d4053d8d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5059, "upload_time": "2016-12-17T03:17:10", "url": "https://files.pythonhosted.org/packages/09/1e/7e66c9f12a5770efa592c76778daa8b13ffe2739ee597a02fa072d2f5abb/RMControl-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ded45a11fded9ba050c346d4053d8d1c", "sha256": "3d21578117915f8ce0f8a5909ea5ba328d99c899e11d47c1a26f8b956438ebf6" }, "downloads": -1, "filename": "RMControl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ded45a11fded9ba050c346d4053d8d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5059, "upload_time": "2016-12-17T03:17:10", "url": "https://files.pythonhosted.org/packages/09/1e/7e66c9f12a5770efa592c76778daa8b13ffe2739ee597a02fa072d2f5abb/RMControl-1.0.1.tar.gz" } ] }