Skip to content

Commit 408ac05

Browse files
committed
Update README.md
1 parent 941a29c commit 408ac05

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
Simple, async multicast DNS (mDNS) resolver library, built on top of [React PHP](http://reactphp.org/).
44

55
[Multicast DNS](http://www.multicastdns.org/) name resolution is commonly used
6-
as part of [zeroconf networking](http://en.wikipedia.org/wiki/Zero-configuration_networking)
7-
ala Bonjour/Avahi.
8-
It is defined in [RFC 6762](http://tools.ietf.org/html/rfc6762), in particular
9-
this specification also highlights the
10-
[differences to normal DNS operation](http://tools.ietf.org/html/rfc6762#section-19).
6+
as part of [zeroconf networking](http://en.wikipedia.org/wiki/Zero-configuration_networking).
7+
It is used by Mac OS X (Bonjour), many Linux distributions (Avahi) and quite a few other networking devices such as printers, camers etc. to resolve hostnames of your local LAN clients to IP addresses.
118

12-
The mDNS protocol is related to, but independent of, DNS-Based Service Discovery (DNS-SD)
9+
This library implements the mDNS protocol as defined in [RFC 6762](http://tools.ietf.org/html/rfc6762).
10+
Note that this protocol is related to, but independent of, DNS-Based Service Discovery (DNS-SD)
1311
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).
1412

1513
**Table of Contents**
@@ -23,6 +21,7 @@ as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).
2321
* [Blocking](#blocking)
2422
* [Install](#install)
2523
* [License](#license)
24+
* [More](#more)
2625

2726
> Note: This project is in beta stage! Feel free to report any issues you encounter.
2827
@@ -145,3 +144,11 @@ The recommended way to install this library is [through composer](http://getcomp
145144
## License
146145

147146
MIT
147+
148+
## More
149+
150+
* Multicast DNS is defined in [RFC 6762](http://tools.ietf.org/html/rfc6762), in particular
151+
this specification also highlights the
152+
[differences to normal DNS operation](http://tools.ietf.org/html/rfc6762#section-19).
153+
* Please refer to the [react/dns component](https://github.com/reactphp/dns#readme) for more details
154+
about normal DNS operation.

0 commit comments

Comments
 (0)