█
51 bytes. 15 miles. zero infrastructure.
Open binary codec standards for structured IoT messaging over Meshtastic LoRa mesh networks. When the cell towers fail, the mesh keeps talking.
the problem
Hurricane takes out the cell towers. Wildfire melts the fiber. Earthquake levels the substation. The grid you depend on for "send a text" is the same grid that fails first when you need it most.
First responders fall back to voice radio. Voice is slow, error-prone, and impossible to log. There is no structured way to push "medical emergency, lat 39.97, severity 4, two units en route" across a city without internet.
┌──────────────────────────────┐
│ cell tower DOWN │
│ fiber backhaul DOWN │
│ internet DOWN │
│ power grid DOWN │
│ ───────────────────── │
│ voice radio OK (slow) │
│ text message ??? │
│ structured data ??? │
└──────────────────────────────┘
the solution
aSTDz is a family of 11 binary codec standards that compress domain-specific IoT data into payloads small enough to ride a single LoRa packet across 2-15 miles of mesh network. No internet. No cell tower. No subscription.
aSTDz defines the standards. The codec is the reference implementation. Certified transmitters ensure every alert on the mesh is accountable. Receivers decode for free, forever — adoption is open, modification is not.
by the numbers
three ways to use it
the standards family
One tier system. One CRC. One envelope. Eleven domains.
| code | name | domain | status |
|---|---|---|---|
| EMRG | Emergency Communications | public safety | v1.0 active |
| POLI | Law Enforcement | police / BOLO | drafting |
| ENRG | Energy / Grid | substation telemetry | drafting |
| H2OQ | Water Quality | watershed sensors | drafting |
| TRAX | Asset Tracking | fleet / logistics | drafting |
| AGRO | Agriculture / Soil | field sensors | drafting |
| STRX | Structural Monitoring | bridges / buildings | drafting |
| MEDI | Medical Telemetry | patient vitals | drafting |
| COLD | Cold Chain Logistics | refrigerated shipping | drafting |
| ATMO | Air Quality | PM2.5 / AQI | drafting |
| WTHR | Weather Reporting | weather stations | drafting |
features
› binary codec, 3 tiers
› CRC16-CCITT integrity
› Big Endian, WGS84, SI units
› 60 pre-built EMRG messages
› self-service certification
› REST API on Cloudflare Workers
› web dashboard with byte inspector
› @astdz/codec library
› Meshtastic native
› fastalert.now bridge
› MCP integration · live
› published specifications, reference codec
field decoder
The aSTDz field decoder is a progressive web app. Open it once on any phone, install to home screen, and it works offline forever. Paste hex, see the decoded payload. No account. No login.
This is the receiver side of the trust model. Anyone, anywhere, can verify and read aSTDz traffic at zero cost.
[ open decoder → ]
┌─ EMRG TIER 0 · NANO ─────────┐
│ event: structure fire │
│ severity: 4 critical │
│ status: 01 new │
│ gps: 39.978, -86.118 │
│ device: 0x000001 │
│ crc: ✓ valid │
└──────────────────────────────┘
51 bytes can save a city.
Free during beta. Test cert in 60 seconds. No credit card. No sales call.