Ticket #289 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

ServiceTypeBrowserNew does not say what machine is responsible for the service in dbus

Reported by: chris_c Owned by: lennart
Milestone: Component: avahi-core
Keywords: dbus ServiceTypeBrowserNew Cc:

Description

Signals connected to ServiceBrowserNew? for "ItemNew?" return (interface, protocol, name, stype, domain, flags) where name is the name of the device offering the service.

Signals connected to ServiceTypeBrowserNew? for "ItemNew?" do not return the name of the machine. Unless I'm missing something, this is a bug.

Attachments

avahi_browse_all.py Download (0.8 KB) - added by chris_c 4 years ago.
python source code demonstrating the behaviour
example_output.txt Download (285 bytes) - added by chris_c 4 years ago.
example output of the python program

Change History

Changed 4 years ago by chris_c

python source code demonstrating the behaviour

Changed 4 years ago by chris_c

example output of the python program

Changed 4 years ago by lennart

  • status changed from new to closed
  • resolution set to invalid

No, the ServiceTypeBrowser? simply tells you about service types used on the network, not about any specific instance. If you want to know about those use a ServiceBrowser?!

Note: See TracTickets for help on using tickets.