mono-upnp-simple-media-server
client/server libraries for UPnP -- executables
Install
- All systems
-
curl cmd.cat/mono-upnp-simple-media-server.sh
- Debian
-
apt-get install mono-upnp-bin
- Ubuntu
-
apt-get install mono-upnp-bin
- Kali Linux
-
apt-get install mono-upnp-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-upnp-bin
- Raspbian
-
apt-get install mono-upnp-bin
- Dockerfile
- dockerfile.run/mono-upnp-simple-media-server
mono-upnp-bin
client/server libraries for UPnP -- executables
Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specification, which can be found at http://www.upnp.org. Mono.Upnp includes the following projects: - Mono.Ssdp: An implementation of the Simple Discovery Protocol. - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections 2-6. - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP devices and services on the network. - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video MediaServer1 Device Control Protocol. - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which serves media from the filesystem. - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console program which serves media from the filesystem. - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft MSMediaServerRegistrar1 Device Control Protocol. This package contains a sample Gtk+ user interface for inspecting UPnP devices and services on the network, as well as a sample media server.