Multiple switches messages get mixed.
I have written a prosave-mqtt server to monitor the traffic.
The only problem is I can not reliable receive messages from two or more switches... The whole program gets confused...
------ 8< ------------- Also for those protocol aficionados
https://github.com/Tristan79/ProSafeLinux/blob/master/psl_class.py#L74
LAG/QoS/Loopdetection... everything I could find that is missing. Still have to implement them :-)
2 switches... working 3 switches... working most of the time 4 switches... a lot problems
it looks like udp receiver doesn't distinct between switches using their ip
edit: see ther is a pull request also to have some protocol stuff... ;)
anyway... also mqtt is working for two switches...
instead of going down the rabbit hole of bughunting,... just gonna try adding more ip addresses to the network card, to see if it not confused when talking to different ip address... and just run the server for every ip address...