{ "info": { "author": "Greg Albrecht", "author_email": "oss@undef.net", "bugtrack_url": null, "classifiers": [], "description": "Dirus - SDR to Direwolf Gateway Daemon\n**************************************\n\nDirus is a daemon for managing an SDR to Direwolf gateway, the purpose of which\nis to allow an SDR (e.g. RTL-SDR, HackRF, etc.) to present as a KISS device\nto other software (e.g. APRS Decoders).\n\nThis can be accomplished with Direwolf alone, but Dirus provides an easy way\nto configure, manage and daemonize this process.\n\nRequirements\n============\n\nDirus' requirements are relatively minimal. You'll need at least one FM decoder\ntool, and Dire Wolf.\n\nEither one of:\n\n* @rxseger's rx_tools https://github.com/rxseger/rx_tools\nGood for non-RTL-SDR devices, such as HackRF (tested with Dirus).\n\n* @steve-m's librtlsdr http://sdr.osmocom.org/trac/wiki/rtl-sdr\nGood for RTL-SDR devices.\n\nPlus:\n\n* @wb2osz's Dire Wolf https://github.com/wb2osz/direwolf\n\nThat's it! Install one FM Decoder, Dire Wolf, and Dirus and you're off to the races!\n\nUsage\n=====\n\nYour best bet is to use dirus with supervisor, or another daemon management tool:\n\n::\n\n # /etc/supervisor.d/dirus.conf\n [program:dirus]\n command=dirus -c /etc/dirus.json\n process_name=%(program_name)s\n numprocs=1\n numprocs_start=0\n priority=999\n autostart=true\n autorestart=true\n startsecs=1\n startretries=3\n exitcodes=0,2\n stopsignal=TERM\n stopwaitsecs=10\n redirect_stderr=false\n stdout_logfile=AUTO\n stdout_logfile_maxbytes=50MB\n stdout_logfile_backups=10\n stdout_capture_maxbytes=0\n stdout_events_enabled=false\n stderr_logfile=AUTO\n stderr_logfile_maxbytes=50MB\n stderr_logfile_backups=10\n stderr_capture_maxbytes=0\n stderr_events_enabled=false\n serverurl=AUTO\n\n\nSource\n======\nGithub: https://github.com/ampledata/dirus\n\nAuthor\n======\nGreg Albrecht W2GMD \n\nCopyright\n=========\nCopyright 2016 Orion Labs, Inc.\n\nLicense\n=======\nApache License, Version 2.0\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ampledata/dirus", "keywords": "", "license": "Copyright 2016 Orion Labs, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "maintainer": "", "maintainer_email": "", "name": "dirus", "package_url": "https://pypi.org/project/dirus/", "platform": "", "project_url": "https://pypi.org/project/dirus/", "project_urls": { "Homepage": "http://github.com/ampledata/dirus" }, "release_url": "https://pypi.org/project/dirus/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Dirus", "version": "1.0.0" }, "last_serial": 2503143, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2bfe756b086ae2f415fa977d074d0ddd", "sha256": "181b73a70115d6a932187784b4e0365142d29d8f9a657563bec42febed644e6f" }, "downloads": -1, "filename": "dirus-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2bfe756b086ae2f415fa977d074d0ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4344, "upload_time": "2016-12-06T18:03:17", "url": "https://files.pythonhosted.org/packages/ac/75/cf4faea4024a47c9484d42727f57f87c4a6f0e3cae296d8c20e9ae292e80/dirus-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2bfe756b086ae2f415fa977d074d0ddd", "sha256": "181b73a70115d6a932187784b4e0365142d29d8f9a657563bec42febed644e6f" }, "downloads": -1, "filename": "dirus-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2bfe756b086ae2f415fa977d074d0ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4344, "upload_time": "2016-12-06T18:03:17", "url": "https://files.pythonhosted.org/packages/ac/75/cf4faea4024a47c9484d42727f57f87c4a6f0e3cae296d8c20e9ae292e80/dirus-1.0.0.tar.gz" } ] }