On-network device backend
Point your gateway (or this simulator) at the ingest endpoint below. Frames are CRC-validated, decoded with the AGB1 protocol, and shown live. Runs on your machine on the LAN.
Ingest endpoint
/api/ingestExample gateway POST
curl -X POST /api/ingest \
-H "content-type: application/json" \
-H "x-argus-key: <ARGUS_INGEST_KEY>" \
-d '{"hex":"<32-byte frame hex>","rssi":-62}'The x-argus-key header is only required once you set ARGUS_INGEST_KEY in .env.local. In pure dev it's optional.
Frame simulator
Live frames
0 recent| Time | Device | Temp | Hum | Batt | RSSI | Seq | CRC |
|---|---|---|---|---|---|---|---|
| No frames yet — send one from the simulator, or POST from your gateway. | |||||||
Decode a raw frame
Paste 32 bytes of hex (from a sniffer or serial log) to decode and validate it.