You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect via MQTT but plot juggler keeps returning an error.
First off, I've fixed the issue so that DataStreamMQTT plugin builds correctly by renaming the FindMOSQUITTO.cmake file, so it builds fine and MQTT subscriber is an option for streaming. I'm operating on a Rocky 9 Linux OS.
Below is the settings i'm using. My mosquitto broker is on local host for port 1883. I'm also publishing simple data to this port.
When I try to connect, i get this error
on the broker terminal, i see plot juggler connect to the broker but fails to stay connected.
on the terminal that i opened plot juggler with, i get these error messages
I'm not too familiar with Qt or with plot juggler code to troubleshoot the issue, though i've been trying. Hopefully it is something that is clear to someone on the team to be able to fix easily? or is it something I may be doing incorrectly?