Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 422 Bytes

File metadata and controls

18 lines (11 loc) · 422 Bytes

DataTamer Message Parser

Decodes DataTamer binary snapshots into typed numeric fields.

Features

  • Schema parsing via BuilSchemaFromText()
  • All DataTamer numeric types extracted as double values
  • Field names prefixed with topic path (/field_name)

Encoding

Registered as parser for "data_tamer" encoding.

Status

Fully ported with no significant gaps.