opendis-parser
The opendis-parser transform scans upstream binary inputs, splits a contiguous DIS byte stream into PDUs, and converts each PDU to a JSON-friendly dictionary.
When to use it
Use after an input-node (or similar) that stores raw DIS recordings when the session template feeds ui/legacy or custom JSON consumers (often chained before dashboard).
Limitations
- Expects valid DIS PDU streams; malformed tails are skipped, and parse failures fail the node.
- Returns one object when a single PDU is parsed, or an array when multiple PDUs are present.
- Requires
dataSourceName; not a general binary inspector (see lattice-processor for mixed archives).
Configuration
| Property | Required | Description |
|---|---|---|
dataSourceName | yes | Data source identifier |