|
2 | 2 |
|
3 | 3 | RF Analyzer is an open source spectrum analyzer that lets you use you |
4 | 4 | SDR hardware together with an Android device. A detailed description |
5 | | -can be found in the [manual](https://github.com/demantz/RFAnalyzer/blob/master/doc/rf_analyzer_manual.md) |
| 5 | +can be found in the [manual](https://demantz.github.io/RFAnalyzer/index.html) |
6 | 6 |
|
7 | 7 | Changelog: [changelog.txt](https://raw.githubusercontent.com/demantz/RFAnalyzer/master/changelog.txt) |
8 | 8 |
|
| 9 | +## About the author |
| 10 | + |
| 11 | +Hi! I’m DM4NTZ, a ham radio operator and open-source developer. |
| 12 | + |
| 13 | +I'm the creator and maintainer of RF Analyzer, an open-source software-defined |
| 14 | +radio (SDR) app for Android. The app lets you visualize and analyze RF signals |
| 15 | +in real time using SDR hardware such as RTL-SDR dongles. |
| 16 | + |
| 17 | +My goal is to make SDR technology more accessible, portable, and open for radio |
| 18 | +enthusiasts, experimenters, and learners. |
| 19 | + |
| 20 | +As a licensed amateur radio operator, I'm passionate about signal processing, |
| 21 | +wireless communication, and the broader SDR ecosystem. I also contribute to |
| 22 | +open-source projects, share knowledge with the ham radio community, and |
| 23 | +continuously improve my tools based on user feedback. |
| 24 | + |
| 25 | +If you like what I'm building or want to support the development of RF Analyzer |
| 26 | +and related open-source SDR tools, you can support me with one of the following |
| 27 | +options. Every contribution helps keep the project alive and open for everyone. |
| 28 | + |
| 29 | +- [Ko-fi](https://ko-fi.com/rfanalyzer) |
| 30 | +- [Liberapay](https://liberapay.com/DM4NTZ/donate) |
| 31 | +- [Paypal](https://paypal.me/dennismantz) |
| 32 | + |
| 33 | +How to reach me: |
| 34 | + |
| 35 | +- Amateur Radio Callsign: DM4NTZ |
| 36 | +- Mastodon: [@dm4ntz@chaos.social](https://chaos.social/@dm4ntz) |
| 37 | +- Mail: rfanalyzerapp -at- gmail -dot- com |
| 38 | + |
9 | 39 | ## Get Beta Releases |
10 | 40 |
|
11 | | -If you want to help the developer by testing beta releases you can |
12 | | -join the beta program on Google Play: |
| 41 | +If you want to help me by testing beta releases you can join the beta program |
| 42 | +on Google Play: |
| 43 | + |
13 | 44 | [https://play.google.com/apps/testing/com.mantz_it.rfanalyzer](https://play.google.com/apps/testing/com.mantz_it.rfanalyzer) |
14 | 45 |
|
15 | 46 | ## Reporting Bugs |
@@ -127,4 +158,60 @@ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABI |
127 | 158 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
128 | 159 | ``` |
129 | 160 |
|
| 161 | +### Airspy License |
| 162 | + |
| 163 | +RF Analyzer uses [libairspy](https://github.com/airspy/airspyone_host/tree/master/libairspy) |
| 164 | + |
| 165 | +``` |
| 166 | +Copyright (c) 2012, Jared Boone <jared@sharebrained.com> |
| 167 | +Copyright (c) 2013, Michael Ossmann <mike@ossmann.com> |
| 168 | +Copyright (c) 2013-2016, Benjamin Vernoux <bvernoux@airspy.com> |
| 169 | +Copyright (C) 2013-2016, Youssef Touil <youssef@airspy.com> |
| 170 | +
|
| 171 | +All rights reserved. |
| 172 | +
|
| 173 | +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 174 | +
|
| 175 | + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| 176 | + Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
| 177 | + documentation and/or other materials provided with the distribution. |
| 178 | + Neither the name of AirSpy nor the names of its contributors may be used to endorse or promote products derived from this software |
| 179 | + without specific prior written permission. |
| 180 | +
|
| 181 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 182 | +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 183 | +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 184 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 185 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 186 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 187 | +``` |
| 188 | + |
| 189 | +### HydraSDR License |
| 190 | + |
| 191 | +RF Analyzer uses [libhydrasdr](https://github.com/hydrasdr/rfone_host/tree/main/libhydrasdr) |
| 192 | + |
| 193 | +``` |
| 194 | +Copyright (c) 2012, Jared Boone <jared@sharebrained.com> |
| 195 | +Copyright (c) 2013, Michael Ossmann <mike@ossmann.com> |
| 196 | +Copyright (C) 2013-2016, Youssef Touil <youssef@airspy.com> |
| 197 | +Copyright (c) 2013-2025, Benjamin Vernoux <bvernoux@hydrasdr.com> |
| 198 | +
|
| 199 | +All rights reserved. |
| 200 | +
|
| 201 | +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 202 | +
|
| 203 | +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| 204 | +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
| 205 | +documentation and/or other materials provided with the distribution. |
| 206 | +Neither the name of HydraSDR nor the names of its contributors may be used to endorse or promote products derived from this software |
| 207 | +without specific prior written permission. |
| 208 | +
|
| 209 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 210 | +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 211 | +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 212 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 213 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 214 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 215 | +``` |
| 216 | + |
130 | 217 |
|
0 commit comments