-
-
Save edel-macias-cubix/4e3c02e082aa3c5bcffc85f7756efbb9 to your computer and use it in GitHub Desktop.
mqtt-avahi-service-descriptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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=Socrates local MQTT server for tag forwarding.</txt-record> | |
| </service> | |
| </service-group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment