GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.
GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.
GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.
To install gupnp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gupnp
To see what files were installed by gupnp, run:
port contents gupnp
To later upgrade gupnp, run:
sudo port selfupdate && sudo port upgrade gupnp
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.