miniupnpc
UPnP protocol client library
The MiniUPnPc client library facilitates access to the services provided by any Universal Plug and Play (UPnP) Internet Gateway Device (IGD) present on the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point.
It is useful whenever an application needs to listen for incoming connections while running behind a UPnP-enabled router or firewall. Such applications include peer-to-peer applications, active-mode FTP clients, DCC file transfers over IRC, instant messaging, network games, and most server software.
- Versions: 2.1.20191224
- Website: http://miniupnp.free.fr/
- Licenses: X11-style
- Package source: gnu/packages/upnp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of miniupnpc
as follows:
guix install miniupnpc
Or install a particular version:
guix install miniupnpc@2.1.20191224
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of miniupnpc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/miniupnpc'><img src='https://packages.guix.gnu.org/packages/miniupnpc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/miniupnpc)
Example Org:
[[https://packages.guix.gnu.org/packages/miniupnpc][https://packages.guix.gnu.org/packages/miniupnpc/badges/latest-version.svg]]