• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H07-May-2022-13189

.travis.ymlH A D10-May-20181.5 KiB5747

FindLIBHACKRF.cmakeH A D10-May-2018952 3427

HackRF_Registation.cppH A D10-May-20183.7 KiB11861

HackRF_Session.cppH A D10-May-20182 KiB5932

HackRF_Settings.cppH A D10-May-201818.2 KiB686478

HackRF_Streaming.cppH A D10-May-201824.7 KiB890666

LICENSEH A D10-May-20181 KiB2317

README.mdH A D10-May-20181.4 KiB3926

SoapyHackRF.hppH A D10-May-201810.1 KiB381192

self_test.pyH A D10-May-20182.9 KiB8266

README.md

1# Soapy SDR module for Hack RF
2
3## Build Status
4
5- Travis: [![Travis Build Status](https://travis-ci.org/pothosware/SoapyHackRF.svg?branch=master)](https://travis-ci.org/pothosware/SoapyHackRF)
6
7## Dependencies
8
9* SoapySDR - https://github.com/pothosware/SoapySDR/wiki
10* libhackrf - https://github.com/mossmann/hackrf/wiki
11
12## Documentation
13
14* https://github.com/pothosware/SoapyHackRF/wiki
15
16## Licensing information
17
18The MIT License (MIT)
19
20Copyright (c) 2015
21
22Permission is hereby granted, free of charge, to any person obtaining a copy
23of this software and associated documentation files (the "Software"), to deal
24in the Software without restriction, including without limitation the rights
25to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26copies of the Software, and to permit persons to whom the Software is
27furnished to do so, subject to the following conditions:
28
29The above copyright notice and this permission notice shall be included in
30all copies or substantial portions of the Software.
31
32THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38THE SOFTWARE.
39