{"id":20393295,"url":"https://github.com/pothosware/soapysdrplay3","last_synced_at":"2025-04-06T10:09:37.226Z","repository":{"id":46198896,"uuid":"246555696","full_name":"pothosware/SoapySDRPlay3","owner":"pothosware","description":"Soapy SDR plugin for SDRPlay APIv3","archived":false,"fork":false,"pushed_at":"2025-03-09T16:04:17.000Z","size":130,"stargazers_count":101,"open_issues_count":36,"forks_count":17,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-03-30T09:05:16.459Z","etag":null,"topics":["gnuradio","pothos","sdr","sdrplay","soapysdr"],"latest_commit_sha":null,"homepage":"https://github.com/pothosware/SoapySDRPlay3/wiki","language":"C++","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/pothosware.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-03-11T11:41:58.000Z","updated_at":"2025-02-23T13:50:02.000Z","dependencies_parsed_at":"2024-02-13T14:30:10.457Z","dependency_job_id":"d33c123c-1f65-4f30-b81f-8eb69ef94ffc","html_url":"https://github.com/pothosware/SoapySDRPlay3","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2FSoapySDRPlay3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2FSoapySDRPlay3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2FSoapySDRPlay3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2FSoapySDRPlay3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pothosware","download_url":"https://codeload.github.com/pothosware/SoapySDRPlay3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464184,"owners_count":20942966,"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":["gnuradio","pothos","sdr","sdrplay","soapysdr"],"created_at":"2024-11-15T03:48:10.515Z","updated_at":"2025-04-06T10:09:37.208Z","avatar_url":"https://github.com/pothosware.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soapy SDR module for SDRPlay\n\n## Documentation\n\n* https://github.com/pothosware/SoapySDRPlay/wiki\n\n## Dependencies\n\n* SDRplay API - download (and install) SDRplay API from - https://www.sdrplay.com/downloads - NOTE: the current version of this module requires SDRplay API V3.15 or later\n* SoapySDR - https://github.com/pothosware/SoapySDR/wiki\n\n## Troubleshooting\n\nThis section contains some useful information for troubleshhoting\n\n##### Message: `[WARNING] Can't find label in args`\n\nAn error message like this one:\n```\nProbe device driver=sdrplay\n[WARNING] Can't find label in args\nError probing device: Can't find label in args\n```\n\ncould be due to the OS not being able to 'see' the RSP as a USB device.\n\nYou may want to check using the command `lsusb`:\n```\nlsusb -d 1df7:\n```\nThe output should look similar to this:\n```\nBus 002 Device 006: ID 1df7:3010\n```\nIf the `lsusb` command above returns nothing, it means the OS is not able to see the RSP (which could be due to a moltitude of reasons, like problems with the OS, bad USB cable, bad hardware, etc).\n\nAnother way to verify that the OS is able to see the RSP device is by running the `dmesg` command\n```\ndmesg\n```\nand look for lines similar to these (the idVendor value should be 1df7):\n```\n[ 1368.128506] usb 2-2: new high-speed USB device number 6 using xhci_hcd\n[ 1368.255007] usb 2-2: New USB device found, idVendor=1df7, idProduct=3010, bcdDevice= 2.00\n[ 1368.255016] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0\n```\n\nIf there's nothing like that, try first to disconnect the RSP and then connect it back; if that does not work, try rebooting the computer; if that does not work either, try the RSP on a different computer with a different USB cable.\n\n\n## Licensing information\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Charles J. Cliffe\u003cbr/\u003e\nCopyright (c) 2020 Franco Venturi - changes for SDRplay API version 3 and Dual Tuner for RSPduo\n\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothosware%2Fsoapysdrplay3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpothosware%2Fsoapysdrplay3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothosware%2Fsoapysdrplay3/lists"}