Skip to content

Commit af99a21

Browse files
authored
Merge pull request #9 from clue-labs/name
Update project homepage
2 parents 12d4dc5 + 0c15ef3 commit af99a21

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# clue/ssdp-react [![Build Status](https://travis-ci.org/clue/php-ssdp-react.svg?branch=master)](https://travis-ci.org/clue/php-ssdp-react)
1+
# clue/reactphp-ssdp [![Build Status](https://travis-ci.org/clue/reactphp-ssdp.svg?branch=master)](https://travis-ci.org/clue/reactphp-ssdp)
22

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

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

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

1517
**Table of Contents**

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "clue/ssdp-react",
3-
"description": "Async Simple Service Discovery Protocol (SSDP), part of Univeral Plug and Play (UPnP)",
4-
"keywords": ["Simple Service Discovery Protocol", "SSDP", "Univeral Plug and Play", "UPnP", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-ssdp-react",
3+
"description": "Async Simple Service Discovery Protocol (SSDP), built on top of ReactPHP.",
4+
"keywords": ["Simple Service Discovery Protocol", "SSDP", "Universal Plug and Play", "UPnP", "ReactPHP", "async"],
5+
"homepage": "https://github.com/clue/reactphp-ssdp",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)