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 debug by running avahi-browse _ipp._tcp on another machine in the network and I see my service shown.
Looking at 3b341f4 it should be possible to also specify a hostname in the JSON which would be great -- I would be able to statically define the service on my OpenWrt device even for other machines. However, when I add the hostname attribute and
/etc/init.d/umdns restart
suddenly avahi-browse shows removal of the service altogether.
The text was updated successfully, but these errors were encountered:
When if (_tb[SERVICE_HOSTNAME]) { sees that hostname attribute / field, shouldn't the code service_load_hostname()and continue with setting up the service data structure?
I try to configure a service in
/etc/umdns/printer.json
:I debug by running
avahi-browse _ipp._tcp
on another machine in the network and I see my service shown.Looking at 3b341f4 it should be possible to also specify a
hostname
in the JSON which would be great -- I would be able to statically define the service on my OpenWrt device even for other machines. However, when I add thehostname
attribute andsuddenly
avahi-browse
shows removal of the service altogether.The text was updated successfully, but these errors were encountered: