-
Notifications
You must be signed in to change notification settings - Fork 584
Expand file tree
/
Copy pathdk.gqrx.gqrx.appdata.xml
More file actions
36 lines (36 loc) · 1.89 KB
/
dk.gqrx.gqrx.appdata.xml
File metadata and controls
36 lines (36 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dk.gqrx.gqrx</id>
<name>Gqrx</name>
<summary>Software defined radio receiver implemented using GNU Radio and the Qt GUI toolkit</summary>
<summary xml:lang="cs">Přijímač na bázi softwarově definovaného rádia implementovaný s použitím GNU Radio a Qt</summary>
<summary xml:lang="de">Software defined Radio auf Basis von GNU Radio und dem Qt GUI Toolkit</summary>
<summary xml:lang="nl">Software defined radio ontvanger geïmplementeerd met GNU Radio en de Qt GUI toolkit</summary>
<summary xml:lang="ru">Приемник для программно-определенного радио (SDR) использующий GNU Radio и библиотеку Qt</summary>
<summary xml:lang="zh_CN">使用 GNU Radio 和 Qt GUI 实现的软件无线电接收器</summary>
<developer id="dk.gqrx">
<name>Alexandru Csete</name>
</developer>
<description>
<p>
Gqrx is an open source software defined radio receiver (SDR) powered by the GNU Radio and the Qt graphical toolkit.
</p>
<p>
Gqrx supports many of the SDR hardware available, including Airspy, Funcube Dongles, rtl-sdr, HackRF and USRP devices.
</p>
</description>
<metadata_license>CC-BY-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<url type="homepage">https://gqrx.dk/</url>
<url type="bugtracker">https://github.com/gqrx-sdr/gqrx/issues</url>
<url type="vcs-browser">https://github.com/gqrx-sdr/gqrx</url>
<launchable type="desktop-id">dk.gqrx.gqrx.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/gqrx-sdr/gqrx/master/resources/screenshots/gqrx-main.png</image>
<caption>Main Gqrx window</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<update_contact>[email protected]</update_contact>
</component>