Debug software for industrial protocols

I’m working a lot with industrial protocols at work and have been struggling to find some good viewer applications for protocols like Modbus TCP, Bacnet IP, OPC UA etc.
I therefore decided to create my own project called ginspector (Gadget Inspector) https://hub.docker.com/r/gapitio/ginspector

Currently modbus TCP is supported but will add Bacnet IP in the not so distant future. It’s FOSS. You guys working with HA and different types of integrations might find it usefull when trying to figure out correct datatypes and values.

1 Like

any updates on this wonder?

Check out the latest version here: https://github.com/gapitio/ginspector

Still only modbus TCP support though

1 Like

ah ok :slight_smile: was looking support for bacnet.
thank you anyway

For Bacnet I found out that the bacpypes library works well.

https://bacpypes.readthedocs.io/en/latest/gettingstarted/gettingstarted001.html

1 Like

OMG! i will check that up once i go home!