KNX/TP sniffer - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: KNX/TP sniffer (/showthread.php?tid=3693) |
KNX/TP sniffer - morkovka - 19.11.2021 Hi, Sometimes it can be useful to have the ability to capture/sniff the telegrams over KNX/TP - for example in case of a storm/loop of some sort. Is there something we can use to do this, kind of a tcpdump for KNX? RE: KNX/TP sniffer - Daniel - 19.11.2021 KNX is a multicast, everything goes everywhere. You can only use filters between lines RE: KNX/TP sniffer - morkovka - 19.11.2021 Ok. Is it possible to display (sniff/capture) the telegrams on the bus? RE: KNX/TP sniffer - Daniel - 19.11.2021 You have KNX statistics which shows you the traffic. RE: KNX/TP sniffer - morkovka - 19.11.2021 It shows me statistics - not the traffic. I want to see: - sender IA - destination IA/GA - type of request - e.g. read/write - data If you're familiar with network tools such as 'tcpdump', 'wireshark' - I mean the same thing, just for KNX. RE: KNX/TP sniffer - Daniel - 19.11.2021 There is app for it but has to be uploaded manually via FTP to apps. Unzip and upload to data folder RE: KNX/TP sniffer - morkovka - 19.11.2021 (19.11.2021, 15:43)Daniel Wrote: There is app for it but has to be uploaded manually via FTP to apps. Unzip and upload to data folder Thanks! |