MQTT is installed through apt, it part of the standard Debian distribution 'store'I guess I'll explain my thinking -
We have a small factory which we're just now adding live monitors to at each department. These are driven by Raspberry Pis, basically just acting as dumb terminals (for now). There are just 5 departments. We don't have a local server, everything runs off our website. I need to be able to connect to each Pi to be able to update them, etc. We just have DHCP and I don't have the ability to set static IPs, so I'm at the mercy of whatever they get assigned to.
My thought was that it would be nice to be able to use the stock install of Pi OS with its native Connect, which is very easy to setup. If I could automate fetching/refreshing the IPs via a hypothetical Connect API, I could write scripts to SSH into each Pi and update configurations, etc.
I'm naturally lazy, so I was thinking it would be much easier to use something which comes with the native OS (Connect) rather than installing a package for reporting the IPs and/or using a 3rd party service to retrieve those IP.
I may be able to get our network guy to setup static IPs based on the MAC addresses, which renders this a moot point, but I figured I'd ask the question in case there was future use case for it.
An MQTT broker/server can run easily on a Pi (it then becomes a server)
Once you get used to it, it can help you in your future endeavours of monitoring the devices.
You can then put this information on your web server as dashboards etc.
Just something you may want to look into.
Hope something works out.
Statistics: Posted by bensimmo — Tue Dec 24, 2024 7:12 pm