Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Feb 14, 2012
1 parent 6eaa283 commit 3ce6e64
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
18 changes: 13 additions & 5 deletions AUTHORS
@@ -1,6 +1,14 @@
Mono.Ssdp:
Aaron Bockover
Scott Thomas
Original developers:

Mono.Upnp:
Scott Thomas
Aaron Bockover
Scott Thomas Peterson

Maintainer:
Alexander Kojevnikov <alexander@kojevnikov.com>

Contributors:
Alan McGovern
Bertrand Lorentz
Kevin Thompson
Tobias Arrskog
Yavor Georgiev
3 changes: 2 additions & 1 deletion COPYING
@@ -1,4 +1,5 @@
Copyright (C) 2008-2010 Novell
Copyright (C) 2011-2012 mono-upnp contributors (see AUTHORS)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -16,4 +17,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
41 changes: 17 additions & 24 deletions README.md
Expand Up @@ -14,36 +14,29 @@ To build with from the command line with .NET:

msbuild Mono.Upnp.sln

About the projects:

* Mono.Ssdp:

An implementation of the Simple Discovery Protocol (see UPnP Device
Architecture 1.1, Section 1).

* Mono.Upnp:
Alternatively, on Unix, you can use the Autotools infrastructure:

An implementation of the UPnP Device Archetecture 1.1, Secions 2-5.
./configure # or ./autogen.sh if working on a cloned repository
make

* Mono.Upnp.GtkClient:

An executable GTK+ user interface for inspecting UPnP devices and services on
the network.

* Mono.Upnp.Dcp.MediaServer1:
About the projects:

An implementation of the UPnP Audio/Video MediaServer1 Device Control
Protocol.
* Mono.Ssdp: An implementation of the Simple Discovery Protocol (see UPnP Device
Architecture 1.1, Section 1).

* Mono.Upnp.Dcp.MediaServer1.FileSystem:
* Mono.Upnp: An implementation of the UPnP Device Archetecture 1.1, Secions 2-5.

A MediaServer1 implementation which serves media from the file system.
* Mono.Upnp.GtkClient: An executable GTK+ user interface for inspecting UPnP
devices and services on the network.

* Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer:
* Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
MediaServer1 Device Control Protocol.

An executable console program which serves media from the file system.
* Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
serves media from the file system.

* Mono.Upnp.Dcp.MSMediaServerRegistrar1:
* Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
program which serves media from the file system.

An implementation of the Microsoft MSMediaServerRegistrar1 Device Control
Protocol.
* Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
MSMediaServerRegistrar1 Device Control Protocol.

0 comments on commit 3ce6e64

Please sign in to comment.