Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/licenser/erlang-mdns-server
Fork of shortishly erlang-mdns that extracts the server behavior.
https://github.com/licenser/erlang-mdns-server
Last synced: 25 days ago
JSON representation
Fork of shortishly erlang-mdns that extracts the server behavior.
- Host: GitHub
- URL: https://github.com/licenser/erlang-mdns-server
- Owner: Licenser
- Created: 2012-08-18T13:49:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T02:25:49.000Z (over 8 years ago)
- Last Synced: 2024-03-15T04:22:48.631Z (8 months ago)
- Language: Erlang
- Size: 311 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Erlang MDNS
===========Erlang MDNS [dl] -- 2012.
[dl]: https://github.com/shortishly/erlang-mdns.gitIntroduction
------------Erlang MDNS is an implementation of the [MDNS][cheshire] discovery
protocol written in [Erlang][erlang]. The current implementation is
sufficient for two or more Erlang nodes to self discover and form a
network.[cheshire]: http://files.multicastdns.org/draft-cheshire-dnsext-multicastdns.txt
[erlang]: http://www.erlang.org/Quick Start
-----------Start a MDNS browser (at least on Mac OS X, other OS check local
documentation for similar) using:(mdns home)/browse.sh
In a separate terminal start the server:
(mdns home)/start.sh
You should see a service type of **_erlang._tcp** being advertised in
the MDNS browser. Quitting the server [using q()] should also result
in the service being removed from the browser.