Introduction
STANAG 4609 Telemetry Extractor SDK is a .Net SDK that allows MISB metadata extraction from the STANAG 4609 or RAW binary files.
Use Cases:
- STANAG 4609 Telemetry Extraction for DB ingestion or offline analysis.
- RAW (binary) metadata file parsing.
Figure 1. STANAG Telemetry Extractor.
Main features:
- Reads STANAG 4609 (MPEG TS) files or files with RAW binary packets.
- Demultiplexes and decodes KLV MISB 0601.5, 0102.9 and 0903* (VMTI) metadata.
- On-the-fly transcoding of legacy 0104.5 metadata to MISB 0601.5.
- Metadata PID detection.
- Multple segment list processing.
- Sample source code (C#).
(*) Optional
Main SDK Interface
StTelemetryExtractor.IStanagTelemetryExtractor
Getting started with Telemetry Extractor.
STANAG 4609 Telemetry Extractor SDK provides examples with complete source code to help you get started using the SDK.
Using SDK is extremely simple - you provide a file path, start processing and get back decoded data pakcets in the following format:
Figure 2. Decoded packet.
Code Sample.
Using Telemetry Extractor for file parsing.