ProSafeLinux icon indicating copy to clipboard operation
ProSafeLinux copied to clipboard

Multiple switches messages get mixed.

Open ghost opened this issue 3 years ago • 2 comments

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 :-)

ghost avatar Jun 22 '22 15:06 ghost

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

ghost avatar Jun 22 '22 15:06 ghost

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...

ghost avatar Jun 22 '22 16:06 ghost