aprs.me/docs
Graham McIntire 9f45937a82
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 2s
security: sobelow triage, admin route review, k8s secrets hardening
- Admin route authorization: all routes verified with dual protection, negative tests exist
- Sobelow: regenerated .sobelow-skips (14 documented findings, no stale entries)
- k8s: moved APRS_PASSWORD to APRS_PASSCODE secretKeyRef in deployment
- Handoff document: marked remaining security items #4-6 as done
2026-07-26 14:08:27 -05:00
..
architecture refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
contexts refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
development docs: add structured documentation covering architecture, contexts, web, infra, and dev setup 2026-07-21 11:01:27 -05:00
features add docs 2026-03-02 08:34:50 -06:00
infrastructure docs: add structured documentation covering architecture, contexts, web, infra, and dev setup 2026-07-21 11:01:27 -05:00
plans docs: add weather nearby API implementation plan 2026-03-22 11:27:45 -05:00
web refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
improvement-todos.md update 2026-02-18 14:14:49 -06:00
mobile-api.md feat(mobile): rate-limit socket + batch historical packet delivery 2026-04-21 09:38:51 -05:00
README.md docs: add structured documentation covering architecture, contexts, web, infra, and dev setup 2026-07-21 11:01:27 -05:00
refactor-implementation-handoff.md security: sobelow triage, admin route review, k8s secrets hardening 2026-07-26 14:08:27 -05:00
tracked-callsign-behavior.md fix: Show all packets for tracked callsigns including non-position data 2025-07-30 14:02:44 -05:00

aprs.me Documentation

APRS packet visualization and tracking platform built with Phoenix LiveView + PostGIS.

Architecture

Domain Contexts

  • Accounts — User registration, authentication, session management
  • Packets — Packet storage, querying, replay, weather, and spatial search
  • Devices — APRS device identification and registry

Web Layer

  • LiveView Map — MapLive architecture, real-time streaming, components
  • LiveView Pages — Packet streams, weather, status, info, auth pages
  • REST API — API v1 endpoints (callsign lookup, weather nearby)
  • Mobile WebSocket — MobileChannel protocol for iOS/Android apps

Infrastructure

  • Deployment — Kubernetes (ArgoCD), Fly.io, Docker, Nix dev shell
  • Observability — PromEx metrics, error tracking, telemetry

Development

  • Setup Guide — Local dev environment, required services, tooling

Features & Plans

API