{"id":13580907,"url":"https://github.com/manuasir/rtl-sdr-server","last_synced_at":"2025-04-06T06:32:13.556Z","repository":{"id":80995876,"uuid":"205046941","full_name":"manuasir/rtl-sdr-server","owner":"manuasir","description":"Run a RTL-SDR TCP server in your Raspberry Pi using Docker","archived":false,"fork":false,"pushed_at":"2019-08-29T00:42:08.000Z","size":3,"stargazers_count":13,"open_issues_count":3,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-05T20:46:40.320Z","etag":null,"topics":["containers","docker","docker-compose","raspberry-pi","raspberry-pi-3","rtl","rtl-sdr","rtl-sdr-receiver","rtl-server","rtlsdr","server"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manuasir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-29T00:23:58.000Z","updated_at":"2024-07-02T08:24:55.000Z","dependencies_parsed_at":"2023-05-03T10:31:01.315Z","dependency_job_id":null,"html_url":"https://github.com/manuasir/rtl-sdr-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuasir%2Frtl-sdr-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuasir%2Frtl-sdr-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuasir%2Frtl-sdr-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuasir%2Frtl-sdr-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuasir","download_url":"https://codeload.github.com/manuasir/rtl-sdr-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445651,"owners_count":20939952,"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":["containers","docker","docker-compose","raspberry-pi","raspberry-pi-3","rtl","rtl-sdr","rtl-sdr-receiver","rtl-server","rtlsdr","server"],"created_at":"2024-08-01T15:01:56.163Z","updated_at":"2025-04-06T06:32:13.551Z","avatar_url":"https://github.com/manuasir.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"### Dockerized RTL-SDR server for Raspberry Pi\n\nThis Dockerfile allows you to easily deploy a native RTL-SDR server using Docker in your Raspberry Pi\n\n#### Instructions\n\n1. It's needed to block certain kernel modules to get the RTL-SDR device work properly. Place the `blacklist-rtl.conf` file into your host `/lib/modprobe.d/` folder:\n```\ncp ./files/blacklist-rtl.conf /lib/modprobe.d/\n```\n\n2. Additionally, we need to set the correct permissions to the modules for allowing TCP messages. Place the `rtl_sdr.rules` file into your host `/etc/udev/rules.d/` folder:\n```\ncp ./files/rtl_sdr.rules /etc/udev/rules.d/\n```\n\n3. Reboot your Raspberry Pi, this should only have to be done once.\n\n4. Run the container using the `docker-compose` file included here:\n```\ndocker-compose up -d --build rtl-server\n```\n\n5. The server is listening on port `1234`, connect to it using your RTL-SDR client (i.e. SDRSharp) and the IP of the Raspberry device.\n```\nsdr://\u003craspberry-ip\u003e:1234\n```\n\n6. Enjoy and open an issue or collaborate with a PR if anything is not working as expected.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuasir%2Frtl-sdr-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuasir%2Frtl-sdr-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuasir%2Frtl-sdr-server/lists"}