Skip to content

Instantly share code, notes, and snippets.

View edel-macias-cubix's full-sized avatar

Edel Macias edel-macias-cubix

View GitHub Profile
@edel-macias-cubix
edel-macias-cubix / mosquitto.service
Last active January 12, 2023 06:59 — forked from marciogranzotto/mosquitto.service
mqtt-avahi-service-descriptor
<!-- 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>