{"id":13497208,"url":"https://github.com/xmikos/simplesoapy","last_synced_at":"2025-03-21T14:30:43.753Z","repository":{"id":37743118,"uuid":"82123636","full_name":"xmikos/simplesoapy","owner":"xmikos","description":"Simple pythonic wrapper for SoapySDR library","archived":false,"fork":false,"pushed_at":"2018-04-04T00:50:59.000Z","size":30,"stargazers_count":26,"open_issues_count":6,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-24T23:02:15.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/xmikos.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-02-16T01:07:07.000Z","updated_at":"2024-01-07T13:54:09.000Z","dependencies_parsed_at":"2022-08-24T16:02:01.838Z","dependency_job_id":null,"html_url":"https://github.com/xmikos/simplesoapy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmikos%2Fsimplesoapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmikos%2Fsimplesoapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmikos%2Fsimplesoapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmikos%2Fsimplesoapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmikos","download_url":"https://codeload.github.com/xmikos/simplesoapy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815071,"owners_count":20514878,"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":[],"created_at":"2024-07-31T20:00:26.611Z","updated_at":"2025-03-21T14:30:43.490Z","avatar_url":"https://github.com/xmikos.png","language":"Python","readme":"SimpleSoapy\n===========\n\nSimple pythonic wrapper for SoapySDR library\n\nRequirements\n------------\n\n- `Python 3 \u003chttps://www.python.org\u003e`_\n- `NumPy \u003chttp://www.numpy.org\u003e`_\n- `SoapySDR \u003chttps://github.com/pothosware/SoapySDR\u003e`_\n\nLimitations\n-----------\n\nOnly receiving is implemented. Transmission may be implemented in future.\n\nExample\n-------\n::\n\n    import simplesoapy\n    import numpy\n    \n    # List all connected SoapySDR devices\n    print(simplesoapy.detect_devices(as_string=True))\n    \n    # Initialize SDR device\n    sdr = simplesoapy.SoapyDevice('driver=rtlsdr')\n    \n    # Set sample rate\n    sdr.sample_rate = 2.56e6\n    \n    # Set center frequency\n    sdr.freq = 88e6\n    \n    # Setup base buffer and start receiving samples. Base buffer size is determined\n    # by SoapySDR.Device.getStreamMTU(). If getStreamMTU() is not implemented by driver,\n    # SoapyDevice.default_buffer_size is used instead\n    sdr.start_stream()\n    \n    # Create numpy array for received samples\n    samples = numpy.empty(len(sdr.buffer) * 100, numpy.complex64)\n    \n    # Receive all samples\n    sdr.read_stream_into_buffer(samples)\n    \n    # Stop receiving\n    sdr.stop_stream()\n","funding_links":[],"categories":["Python","Other SDR Software"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmikos%2Fsimplesoapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmikos%2Fsimplesoapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmikos%2Fsimplesoapy/lists"}