Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An easy way to see if the App is running 'avahi-daemon' and advertise advertising service/hostname correctly, One can issue "ps aux | grep 'avahi-daemon' " to see if it is running. Or one can issue "sudo systemctl status avahi-daemon" to see the 'avahi' status. Then install the 'avahi-browse' program by "sudo apt install avahi-utils". The 'avahi-browse -a" command output should display the hostname, service, etc info:

...