-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-builder.json
More file actions
19 lines (19 loc) · 961 Bytes
/
Copy pathapp-builder.json
File metadata and controls
19 lines (19 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "zeroSDR",
"version": "0.2.0",
"description": "Lightweight SDR Receiver with FM/NFM/AM demodulation",
"author": "Weiming Feng",
"icon": "share/images/zerosdr.png",
"store": {
"summary": "Real-time SDR spectrum analyzer and audio demodulator for RTL-SDR devices",
"description": "zeroSDR is a lightweight Software Defined Radio (SDR) receiver optimized for embedded Linux systems with small displays. Features real-time spectrum and waterfall visualization, FM/NFM/AM audio demodulation with AGC and squelch, and direct framebuffer rendering for minimal overhead. Designed for Raspberry Pi Zero 2W and Pi 5 with RTL-SDR dongles.",
"categories": ["hamradio", "utility", "multimedia"],
"icon": "share/images/zerosdr.png",
"screenshots": [
"store/screenshots/screenshot1.png",
"store/screenshots/screenshot2.png",
"store/screenshots/screenshot3.png",
"store/screenshots/screenshot4.png"
]
}
}