Skip to content

Commit

Permalink
Merge pull request #9 from clue-labs/name
Browse files Browse the repository at this point in the history
Update project homepage
  • Loading branch information
clue authored Jul 29, 2018
2 parents 12d4dc5 + 0c15ef3 commit af99a21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# clue/ssdp-react [![Build Status](https://travis-ci.org/clue/php-ssdp-react.svg?branch=master)](https://travis-ci.org/clue/php-ssdp-react)
# clue/reactphp-ssdp [![Build Status](https://travis-ci.org/clue/reactphp-ssdp.svg?branch=master)](https://travis-ci.org/clue/reactphp-ssdp)

Async [Simple Service Discovery Protocol (SSDP)](http://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol), built on top of [React PHP](http://reactphp.org/).
Async [Simple Service Discovery Protocol (SSDP)](http://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol), built on top of [ReactPHP](https://reactphp.org/).

As used in [Univeral Plug and Play](http://de.wikipedia.org/wiki/Universal_Plug_and_Play) (UPnP).
Commonly used by multimedia devices in home networks etc.
SSDP is part of [Universal Plug and Play (UPnP)](http://de.wikipedia.org/wiki/Universal_Plug_and_Play)
and is commonly used to discover network services on home networks without
requiring any manual configuration, such as automatically discovering printers,
multimedia devices and network routers.

See [UPnP device architecture definition](http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf) (PDF).
Uses Multicast and Unicast UDP HTTP messages (HTTPMU/HTTPU),
expired IETF draft: https://tools.ietf.org/html/draft-goland-http-udp-01

This is an alternative to DNS-Based Service Discovery (DNS-SD)
This library implements SSDP as defined in the
[UPnP device architecture definition](http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf) (PDF)
and uses HTTP over Multicast UDP (HTTPMU) as defined in the
[IETF draft](https://tools.ietf.org/html/draft-goland-http-udp-01).
As an alternative, some devices use DNS-Based Service Discovery (DNS-SD) instead
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).

**Table of Contents**
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "clue/ssdp-react",
"description": "Async Simple Service Discovery Protocol (SSDP), part of Univeral Plug and Play (UPnP)",
"keywords": ["Simple Service Discovery Protocol", "SSDP", "Univeral Plug and Play", "UPnP", "ReactPHP", "async"],
"homepage": "https://github.com/clue/php-ssdp-react",
"description": "Async Simple Service Discovery Protocol (SSDP), built on top of ReactPHP.",
"keywords": ["Simple Service Discovery Protocol", "SSDP", "Universal Plug and Play", "UPnP", "ReactPHP", "async"],
"homepage": "https://github.com/clue/reactphp-ssdp",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit af99a21

Please sign in to comment.