Author Dušan Kolář Software developed under project: IRONSTONE - IoT monitoring and forensics Technologická agentura České republiky - Program podpory spolupráce v aplikovaném výzkumu a experimentálním vývoji prostřednictvím společných projektů technologických a inovačních agentur DELTA (2014-2019) TF03000029 Contents: custom_decoder.h - generated by Kaitai tool: simple C++ class declaration iec104.cpp - generated by Kaitai tool: interface class for parsing iec104.h - generated by Kaitai tool: interface class for parsing declaration iec104.ksy - description of IEC-104 protocol header in Kaitai Struct DSL kaitaistream.cpp - static Kaitai API kaitaistream.h - static Kaitai API kaitaistruct.h - static Kaitai API test.cpp - file for simple testing of IEC-104 header parser on raw files read.me - this file Katai: http://kaitai.io/ Compilation of test: g++ -O3 test.cpp iec104.cpp kaitaistream.cpp -lz -o test Usage of test test file1 [file2 [file3 [...]]]