A Tcl package for publishing and subscribing to network services via Bonjour on OS X.
This package provides script level access to the Bonjour library. Bonjour allows registration of network services so that they can be easily located by name and/or browsed for by service type. The bonjour package currently supports browsing for services, service name resolution, and service registration.
This package provides script level access to the Bonjour library. Bonjour allows registration of network services so that they can be easily located by name and/or browsed for by service type. The bonjour package currently supports browsing for services, service name resolution, and service registration.
To install tcl_bonjour, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tcl_bonjour
To see what files were installed by tcl_bonjour, run:
port contents tcl_bonjour
To later upgrade tcl_bonjour, run:
sudo port selfupdate && sudo port upgrade tcl_bonjour
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.