rscada / libmbus

Meter-bus library and utility programs
http://www.rscada.se/libmbus
BSD 3-Clause "New" or "Revised" License
217 stars 137 forks source link

provide a tool which can inspect frames #185

Open quinte17 opened 3 years ago

quinte17 commented 3 years ago

I searched a tool which parses a frame and prints its output. Please provide some input what i have to change to bring this in.

lategoodbye commented 3 years ago

I'm sorry but i cannot merge this pull request. The library already provide such a binary. Please look at test/mbus_parse_hex.c

quinte17 commented 3 years ago

i agree. but could it get more comfort in using it? ~/libmbus/test$ LD_LIBRARY_PATH=../mbus/.libs .libs/mbus_parse_hex ../doc/oneframe.txt is not really easy..