Ask HN: How would one go about deserialising custom binary formats?

2 points by el_oni ↗ HN
I use a bunch of scientific instruments that initially output their data in binary formats and which require the instrument software to output as a Ascii, csv, xml (etc.) File.

Is there a way to deserialise the data without the software? How would one go about it? Any links to get me started?

Data is GCMS data (shimadzu), isothermal nitrogen adsorption data amongst others.

3 comments

[ 2.9 ms ] story [ 20.9 ms ] thread
Erlang has very good support for binary protocols because that is one of the use cases it was built for.