14 Commits

Author SHA1 Message Date
981d8a2f10 Add MCP guide page and uvx instructions for first-connection
- New guides/mcp.mdx: all 36 tools, 5 resources, 3 prompts, example workflows
- first-connection.mdx: uvx alternatives for birdcage and console-probe commands
2026-02-17 19:15:39 -07:00
75f8de90c1 Add uvx install instructions and PyPI package references
Three pages updated: home, getting-started, TUI guide.
All now show uvx as the primary install method with tabbed
alternatives for pip install and from-source. Documents the
camera extra and lists all three PyPI packages.
2026-02-17 18:42:22 -07:00
7da16815ec Regenerate TUI screenshots after LNB polarity toggle
All 8 screens recaptured via automated Pilot script.
Signal screen now reflects V-pol/H-pol toggle button.
Collage regenerated from updated individual screenshots.
2026-02-17 17:48:55 -07:00
c477a112e3 Add Craft mode and Camera sections to TUI guide
Document the F2 Craft sub-mode (search, passes, 1 Hz tracking via
space.warehack.ing API) and F6 Camera overlay (manual, interval, and
pass-event triggers). Update screen count from five to six, add
satellite catalog to demo mode bullet list, remove orphaned
tui-position.png screenshot.
2026-02-17 14:19:41 -07:00
b95e116f16 Regenerate all TUI screenshots with demo mode coverage
New screenshots: craft-search, craft-tracking, camera, console (SVG+PNG)
Updated: dashboard, control, signal, system, collage
Collage now shows all 8 screens in 2x4 grid
2026-02-16 11:49:49 -07:00
317288218a Add Experiments section — 14 RF science experiments across DVB and SDR
New section documents what you can do with the positioner beyond satellite TV:

On-board DVB (7 experiments, ready to test):
- Solar radio monitoring, rain fade radiometry, geostationary arc census,
  RFI mapping, antenna pattern measurement, DVB signal intelligence,
  differential radiometry

External SDR (7 experiments, planned):
- Hydrogen line (1420 MHz), NOAA HRPT (1.7 GHz), EME monitoring (1296 MHz),
  GPS/GNSS (1575 MHz), Iridium (1626 MHz), directional ADS-B (1090 MHz),
  Inmarsat L-band (~1.5 GHz)

Also adds shared SDR hardware setup page (feeds, LNAs, bias tee safety,
BladeRF/RTL-SDR specs), overview with status table, Experiments card on
homepage, and sidebar with nested DVB/SDR groups.
2026-02-16 07:41:21 -07:00
6cd33cea9c Rewrite homepage to lead with capabilities
Feature cards (tracking, camera, radio telescope, signal, motor, console)
replace the old firmware-focused "What is this?" section. TUI collage
screenshot and demo mode quick-start now front-and-center. Attribution
moved downstream. Hero CTAs updated to demo mode and guides.
2026-02-16 06:00:19 -07:00
05f4ea38c2 Update hero tagline to wavelength-agnostic positioner concept
The mount doesn't care what wavelength it's pointing at — RF, optical,
thermal, IR. Updated hero tagline, page description, and site-wide
description to reflect this.
2026-02-16 05:08:18 -07:00
696f85b1af Cross-link Craft as tracking controller alongside Gpredict
Satellite tracking guide now covers both Gpredict and Craft
(space.warehack.ing) as rotctld clients. Architecture docs
updated to be protocol-first rather than Gpredict-specific.
TUI guide mentions Track mode's rotctld server for external
controller integration.
2026-02-15 15:52:55 -07:00
3ede7d7eb6 Add collage hero and update TUI guide screen layout
Collage of all 5 screens as hero image below the intro.
Updated screen names and descriptions to match the current
4-tab layout (Dashboard, Control, Signal, System + Console).
Fresh screenshots from demo mode replace the originals.
2026-02-15 14:56:14 -07:00
7803d2220c Feature TUI guide link in homepage hero actions 2026-02-13 20:22:46 -07:00
bf330d7310 Fix /health endpoint: wrap file_server in handle block
try_files is a rewriter that runs before handlers in Caddy's directive
order, rewriting /health to /index.html before handle /health matches.
Wrapping try_files + file_server in a catch-all handle block makes it
mutually exclusive with handle /health.
2026-02-13 15:15:35 -07:00
9c9b69c733 Add deployment infrastructure and TUI showcase guide
Dockerfile (multi-stage: base/dev/build/prod with caddy:2-alpine),
docker-compose.yml with caddy-docker-proxy labels for birdcage.warehack.ing,
Caddyfile, Makefile (up/down/dev/prod/clean), and .env.

TUI guide page with 4 screenshots (F1 position, F2 signal, F4 system,
F5 console), demo mode docs, and project backstory crediting Gabe Emerson
(KL1FI) and Chris Davidson.
2026-02-13 15:12:54 -07:00
088c1a5ace Initial commit: Birdcage documentation site
Starlight/Astro docs covering hardware reverse engineering,
satellite tracking guides, firmware command reference, and
engineering journal entries from the Carryout G2 exploration.

32 pages across getting-started, guides, reference,
understanding, and journal sections.
2026-02-13 05:20:10 -07:00