{"id":13474214,"url":"https://github.com/EarToEarOak/RTLSDR-Scanner","last_synced_at":"2025-03-26T21:30:54.549Z","repository":{"id":6270598,"uuid":"7504066","full_name":"EarToEarOak/RTLSDR-Scanner","owner":"EarToEarOak","description":"A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library","archived":false,"fork":false,"pushed_at":"2018-12-05T21:57:35.000Z","size":8873,"stargazers_count":681,"open_issues_count":26,"forks_count":144,"subscribers_count":102,"default_branch":"master","last_synced_at":"2024-10-30T07:47:17.921Z","etag":null,"topics":["radio","rtl-sdr","sdr","spectrum-analyzer"],"latest_commit_sha":null,"homepage":"http://eartoearoak.com/software/rtlsdr-scanner","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EarToEarOak.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-08T15:39:56.000Z","updated_at":"2024-10-28T00:04:23.000Z","dependencies_parsed_at":"2022-09-13T18:21:31.522Z","dependency_job_id":null,"html_url":"https://github.com/EarToEarOak/RTLSDR-Scanner","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FRTLSDR-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FRTLSDR-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FRTLSDR-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FRTLSDR-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EarToEarOak","download_url":"https://codeload.github.com/EarToEarOak/RTLSDR-Scanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245738520,"owners_count":20664295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["radio","rtl-sdr","sdr","spectrum-analyzer"],"created_at":"2024-07-31T16:01:10.410Z","updated_at":"2025-03-26T21:30:54.096Z","avatar_url":"https://github.com/EarToEarOak.png","language":"Python","readme":"# RTLSDR Scanner #\n\nCopyright 2012 - 2015 Al Brown\n\nal [at] eartoearoak.com\n\n\nA cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr [library](http://sdr.osmocom.org/trac/wiki/rtl-sdr).\n\nMore details can be found [here](http://eartoearoak.com/software/rtlsdr-scanner).\n\nA basic [user manual](https://github.com/EarToEarOak/RTLSDR-Scanner/blob/master/doc/Manual.pdf?raw=true) is also available.\n\nTested on:\n\n- Windows 7 (x86 and x64)\n- Windows 8.1 (x64)\n- Ubuntu 12.04 (x86)\n- Ubuntu 12.10 (x64)\n- Ubuntu 13.04 (x64)\n- Ubuntu 14.04 (x64)\n- OS X Snow Leopard\n- OS X Mountain Lion\n\n## Installation ##\nInstallation instructions are found [here](http://eartoearoak.com/software/rtlsdr-scanner/rtlsdr-scanner-installation).\n\nWindows executables for x86 and amd64 platforms are available on [GitHub](https://github.com/EarToEarOak/RTLSDR-Scanner/releases).\n\n## Requirements ##\n\n- [Python 2.7.x](http://www.python.org)\n- [wxPython](http://www.wxpython.org/)\n- [matplotlib](http://matplotlib.org/)\n- [numpy](http://www.numpy.org/)\n- [Pillow](https://pypi.python.org/pypi/Pillow)\n- [rtlsdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr)\n- [pyrtlsdr](https://github.com/roger-/pyrtlsdr)\n- [pyserial](https://pypi.python.org/pypi/pyserial)\n\nTo test for missing libraries run `rtlsdr_scan_diag.py`\n\nWindows 64 bit modules can be found [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/)\n\n## Usage ##\n\n`python -m rtlsdr_scanner [file]`\n\n    file - optional saved scan file to load\n\n**Main Window**\n\n- **Start** - Scan start frequency\n- **Stop** - Scan stop frequency\n- **Mode** - Single or continuous scanning\n- **Dwell** - Sampling time spent on each step\n- **FFT Size** - FFT size, greater values result in higher analysis precision (with higher sizes dwell should be increased)\n- **Live update** - Update the display on each step (caution only use with small scans and low dwell times)\n- **Grid** - Show a grid on the scan\n\n**File Menu**\n\n- **Open...** - Open a saved scan\n- **Save As...** - Save a scan\n- **Export...** - Export a scan to a CSV file\n- **Properties..** - Scan information\n\n**Edit Menu**\n\n- **Preferences** - Set dongle gain, calibration, Local Oscillator and the sample bands to use\n\n**Scan Menu**\n\n- **Start** - Start a scan\n- **Stop** - Stop a scan\n\n**Tools Menu**\n\n- **Compare** - Compare two previously saved scans\n- **Auto Calibration** - Perform a crude calibration of the dongle to a known signal (this should be a continuous, steady signal)\n\n## License ##\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation version 3.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","funding_links":[],"categories":["Python","Uncategorized","Tools","Other SDR Software"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEarToEarOak%2FRTLSDR-Scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEarToEarOak%2FRTLSDR-Scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEarToEarOak%2FRTLSDR-Scanner/lists"}