) quikchaos (
⟨ a.k.a. quikchaos ⟩
currently focused on NOAA Weather, WWV time signals, ACARS aviation messaging, ADS-B aircraft tracking, AIS marine vessel tracking, and NOAA APT satellite imagery via basic RTL-SDR dongles.
Disclaimer: All software on this site is provided for personal, educational, and non-commercial research use only. These are hobbyist projects - not certified, validated, or approved for any safety-critical, emergency communications, or operational aviation purpose. See Terms of Use.
ABOUT
I'm quik - network engineer, video gamer, science junkie and tool builder (dh81-labs on GitLab). I've been around the internet since the late 90s under the handle quikchaos (previously QuiK_ChaoS), mostly lurking in gaming communities, Gentoo forums, photography, and graphic design before shifting back into networking, infrastructure, and system programming.
These days I am learning to develop open-source tools - currently in Rust, but not married to any one language. The SDR projects below are the main focus right now, alongside Deadband - a persistent-universe space strategy game built on a Rust world engine with a Godot 4.6 client. Secure voice network engineering is next.
I also contribute to QX9, a research group exploring decentralized systems and applied signal intelligence geared toward reliable public safety communications (see Other Projects below).
SIGNAL MODES
| Mode | Frequency | Modulation | Project | Standard |
|---|---|---|---|---|
| FM HD Radio | 87.5-108.0 MHz | OFDM + HE-AAC v2 | nrsc5-rs | NRSC-5-D |
| FM Analog | 87.5-108.0 MHz | WBFM Stereo | dh81-sdr-rs | - |
| AM Broadcast | 530-1700 kHz | AM Envelope | dh81-sdr-rs | - |
| NWR/SAME | 162.4-162.55 MHz | NBFM + AFSK | noaa-wx-rs | 47 CFR Part 11 |
| ADS-B | 1090 MHz | PPM / Mode S | dh81-sdr-rs | ICAO Annex 10 |
| AIS | 161.975/162.025 MHz | GMSK 9600 baud | dh81-sdr-rs | ITU-R M.1371 |
| ACARS | 129-136 MHz | AM/MSK 2400 baud | dh81-sdr-rs | ARINC 618 |
| NOAA APT | 137.1-137.9 MHz | WBFM + AM 2400 Hz | noaa-wx-rs | NOAA POES |
| RDS | 57 kHz subcarrier | BPSK Manchester | dh81-sdr-rs | IEC 62106:2023 |
| WWV/WWVH | 2.5-20 MHz | AM + BCD tones | wwv-rs | NIST SP 432 |
| WWVB | 60 kHz | ASK/PM | wwv-rs | IRIG-H |
| DCF77 | 77.5 kHz | ASK | wwv-rs | PTB Germany |
| JJY | 40/60 kHz | ASK | wwv-rs | NICT Japan |
| MSF | 60 kHz | ASK | wwv-rs | NPL UK |
| BPC | 68.5 kHz | ASK | wwv-rs | NTSC China |
| BPM | 2.5-15 MHz | AM + BCD tones | wwv-rs | NTSC China (HF) |
| RBU | 66.667 kHz | MSK | wwv-rs | VNIIFTRI Russia |
| CHU | 3.33/7.85/14.67 MHz | Bell 103 FSK | wwv-rs | NRC Canada |
STATUS
| Project | Version | License | License Rationale | Status |
|---|---|---|---|---|
| nrsc5-rs | 0.9.0 | GPL-3.0+ | Derived from GPL-licensed nrsc5 C project | Mature |
| dh81-sdr-rs | 0.2.0 | GPL-3.0+ | Links GPL nrsc5-rs; ships dh81-sdr binary + dh81-sdr-common DSP sub-crate | Active |
| quiktool | 0.17.0 | GPL-3.0+ | Links GPL libraries (dh81-sdr-rs) | Active |
| noaa-wx-rs | 0.4.0 | MIT | Original work; permissive for downstream reuse | Stable |
| wwv-rs | 0.3.1 | MIT | Original work; independent implementation | Stable |
| rtl-sdr-rs | 0.3.1 | MPL-2.0 | File-level copyleft; allows linking from any license | Stable |
QUIKTOOL TUI
The temporary flagship - ties all the radio libraries into one keyboard-driven terminal dashboard. Built with ratatui + crossterm. Currently untested outside of Windows, but is 95% cross-compatible code. Linux/macOS should be workable with minimal effort. See the status table above for version info, or grab the source at gitlab.com/dh81-labs/quiktool.
Menu:
Sidebar (always visible):
Hardware:
- Weather, earthquake, moon/solar, and time sync work without hardware.
ECOSYSTEM
DH81 projects are part of a broader ecosystem spanning three GitLab organizations. QX9 builds decentralized infrastructure on the Veilid application framework - encrypted storage, PBX, media transport, and HIPAA compliance tooling. Deadband is a persistent-universe space strategy game engine designed for decentralized infrastructure.
See the full ecosystem page for details on all QX9 and Deadband projects.