quikchaos.com

ECOSYSTEM

The DH81 project family spans three GitLab organizations. The main page covers the public SDR tools. This page covers the rest of the ecosystem - private repos under active development and affiliated organizations. These are works in progress; source is not yet public.

Private DH81 repos not yet ready for public release. These extend the SDR ecosystem into TTS, music, AI inference, and device management.

dh81-talker (Active) v0.3.3

Local Markdown-to-speech reader with Piper ONNX voice synthesis. Native ONNX inference (GUI) and subprocess fallback (CLI). RSVP word-by-word display, voice selection, speed control, WAV export.

dh81-jockey (Active) v0.1.0

Multi-source music player with unified AudioSource trait. Deezer, TIDAL, local files, internet radio. Feature-gated backends, CLI and egui GUI.

dh81-cycles (Active) v0.1.0

Cosmic cycle calculation engine modeling 19 astronomical, solar, planetary, climate, and earth mechanical cycles. Convergence scoring and radio propagation forecasting. Pure math, no network calls. Try the interactive web visualization (science guide).

dh81-distiller (Active) v0.2.0

Iterative paragraph compression via ONNX inference. Reduces text to single-sentence summaries using BART, T5, Flan-T5, or Long-T5 models.

dh81-backup (Experimental) v0.1.0

Device backup TUI for Google Pixel and iPhone over USB. Native protocol stacks: idevice for iPhone, adb_client for Pixel.

dh81-oracle (Experimental) v0.1.0

Offline RAG chatbot over local markdown corpus. BM25 keyword search, llama.cpp CUDA inference.

SDR Signal Roadmap

Planned signal modes for dh81-sdr-rs / quiktool beyond the current 18. All receive-only, legal under FCC Part 15/97.

Wave 1Easy - NBFM/AM/FSK demod, minimal new DSP
ModeFreqModulationStandard
POCSAG Paging929-932 MHzFSK 512-2400 baudITU-R 584
VHF Airband Voice118-137 MHzAM (DSB)ICAO Annex 10
APRS144.39 MHzAFSK 1200 baudAX.25
ISS APRS145.825 MHzAFSK 1200 baudAX.25
Marine VHF Voice156-162 MHzNBFMITU-R M.1084
Railroad160-162 MHzNBFMAAR
Wave 2Medium - new demod chains or protocol decoders
ModeFreqModulationStandard
Radiosonde (RS41)400-406 MHzGFSKWMO No. 8
ADS-B UAT978 MHzPPM + FECDO-282B
Meteor-M LRPT137 MHzQPSK 72 kbaudCCSDS
FT8 / FT43.5-28 MHz8-GFSKWSJT-X
WSPR0.5-28 MHz4-FSKWSJT-X
DSC (Maritime)156.525 MHzFSK 100 baudITU-R M.493
ISM / rtl_433433/915 MHzOOK/FSKFCC Part 15
Wave 3Hard - complex protocol stacks
ModeFreqModulationStandard
P25 Phase I700/800 MHzC4FM / CQPSKTIA-102
GOES LRIT1694 MHzBPSKCGMS

QX9 builds decentralized infrastructure on the Veilid application framework. Encrypted storage, PBX, media transport, compliance tooling, and network analysis. 11 product repos (1 public, 10 private), all Rust unless noted.

qx-venus (Active) v0.8.0

VNS (Veilid Name System) - DNS replacement for the Veilid P2P network. Word-addressed static site hosting over DHT with realm-key namespace isolation, social identity verification, and keeper relay protocol.

qx-hail (Active) v0.3.0

Proof-of-concept PBX framework over Veilid with NENA i3 NG911 reference implementation. 19-member workspace covering call routing, SIP bridging, location services, and emergency dispatch.

qx-parallax (Active) v0.1.0

Pluggable transport library for traffic obfuscation. Core transform traits plus a Veilid integration crate.

qx-reel (Active) v0.2.0

Video scene analysis, face detection, and metadata generation for content indexing.

qx-sideband (Active) v0.1.0

VNS media server - transport, permissions, and caching layer for media, voice, and data streams over Veilid.

qx-toolkit (Stable)

QX9 stack documentation, Veilid networking primer, and Wireshark dissector (Lua) covering all Veilid wire message types. SVG protocol diagrams for ENV0, ENV1, RCP0, BOOT, TCP, UDP, WS, QUIC.

qx-bench (Active) v0.1.0

Performance benchmark suite for QX9 infrastructure. Covers Veilid DHT operations, VNS lookups, SDR pipelines, and ffmpeg transcoding.

qx-comply (Active) v0.1.0

HIPAA compliance zone management for VNS. Policy enforcement, audit logging, and access controls for protected health information over Veilid.

qx-forum (Experimental)

Decentralized community forum over Veilid. PHP.

qx-iswa (Experimental)

Local space weather dashboard pulling NASA CCMC iSWA (Integrated Space Weather Analysis) data. PHP.

qx-forge (Experimental)

Ecosystem devops tools for QX9 projects. Cleanup primitives and cross-platform packaging.

Deadband is a persistent-universe space strategy game designed for decentralized infrastructure. Event-sourced game state over Veilid DHT. 2 public product repos.

deadband-world (Active) v0.8.13

Universal world engine - the core simulation driving Deadband. Cargo workspace with TUI client, egui GUI, and theme crate. Covers ship systems, crew AI, resource extraction, trade routes, faction diplomacy, and radio-as-NPC smart objects. 750+ tests across 56 source files.

deadband-3d (Active) v0.8.1

Godot 4.6 client with Rust GDExtension bridge to the world engine. Renders walkable ship interiors with NPC crew and interactive terminals. GDScript frontend, Rust backend via gdext.

Shared tooling and forks that support the ecosystem. These don't count toward the per-org 12-repo product limit.

dh81-test-harness (Active) v0.1.0

Shared headless test harness for egui and ratatui applications. Frame capture, input simulation, and assertion helpers.

qx-veilid (Stable) v0.5.3+hardening

Veilid fork with VNS hardening patches. Rate limiting, per-operation timeout, route pre-validation, and DHT write throttling.