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
I need to move my MQTT server to a new IP. The reason why is irrelevant. If I could use the MDNS location for the broker in client.setserver(), a change in my broker IP would be trivial.
Instead of
client.setServer("192.168.1.120", 1883);
I would like to be able to:
client.setServer("broker.local", 1883);
The text was updated successfully, but these errors were encountered:
I need to move my MQTT server to a new IP. The reason why is irrelevant. If I could use the MDNS location for the broker in client.setserver(), a change in my broker IP would be trivial.
Instead of
client.setServer("192.168.1.120", 1883);
I would like to be able to:
client.setServer("broker.local", 1883);
The text was updated successfully, but these errors were encountered: