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
Announce when /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf is running.
This is the Avahi equivalent:
<!-- Put this in /etc/avahi/services/mosquitto.service -->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Mosquitto MQTT server on %h</name>
<service>
<type>_mqtt._tcp</type>
<port>1883</port>
<txt-record>info=Publish, Publish! Read all about it! mqtt.org</txt-record>
</service>
</service-group>
The text was updated successfully, but these errors were encountered:
Announce when
/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
is running.This is the Avahi equivalent:
The text was updated successfully, but these errors were encountered: