Is there a way of seeing what the gateway is doing on rpi?
Troubleshooting
5
Posts
3
Posters
1.7k
Views
2
Watching
-
I am trying to debug a network with repeater and want to "see" the topology and if the gw sends the commands through the repeater.
-
Download and run myscontroller It helped me alot:
http://www.mysensors.org/controller/myscontroller -
Just enable the debug define. You will get the output to the console.
Or use the wireshark sniffer. -
Download and run myscontroller It helped me alot:
http://www.mysensors.org/controller/myscontroller@Heinz Thanks but the gw is running on unix and there is some interaction with the domoticz. but it looks like a great debugging product.
-
Just enable the debug define. You will get the output to the console.
Or use the wireshark sniffer.@Andreas-Maurer Forgot about wireshark! thanks, thats what i needed