Parsers¶
A parser translates a packet payload into readings. This way, the non-human-readable binary payloads sent through many transmission protocols can be visualized and used for further processing.
Parser Programming¶
ELEMENT supports writing parsers in the Elixir language.
Please see our parser tutorial to see how to get started.
Parser Library¶
Already existing parsers are listed on Github and available on request.