Status: Live. Install the verified ADSBiq node for geographic WebSocket snapshots and reconstructed delta state.

Install

Download version 1.0.0, or install the same verified tarball directly from the Node-RED user directory:

cd ~/.node-red
npm install https://adsbiq.com/api/other/node-red/package.tgz
# restart Node-RED, then add “ADSBiq aircraft”

Configure

Enter the feeder API key in the node’s password credential field and provide latitude/longitude. Zone mode is the default: it receives aircraft within 250 nautical miles at the efficient geographic cadence. Global mode is available for workloads that genuinely need worldwide state.

Output and state semantics

Each message uses topic adsbiq/aircraft. msg.payload is the reconstructed current aircraft array; msg.adsbiq carries frame type, channel, sequence, and count. Full frames replace state. New aircraft are inserted, sparse updates are merged, and removals delete aircraft.

Recovery, security, and volume

A sequence gap or orphan patch discards state and reconnects for a fresh full snapshot. Reconnect delay backs off from one to 30 seconds. Node-RED stores the API key as a password credential; the node never emits or logs it. Zone mode limits bandwidth; downstream flows should avoid persisting every one-second array unless necessary.

Compatibility and troubleshooting

Tested with Node.js 18+ and designed for Node-RED 3.1+. Package dependencies pass npm audit with zero known vulnerabilities at release. Invalid coordinates leave the node red; authentication and network errors appear in the Node-RED log without the connection URL or token.


All integration technologies · REST docs · Open data