{"id":17289537,"url":"https://github.com/amolenaar/nerves_dnssd","last_synced_at":"2025-04-14T11:21:47.765Z","repository":{"id":22097622,"uuid":"94255953","full_name":"amolenaar/nerves_dnssd","owner":"amolenaar","description":"mDNS/DNS-SD implementation for Nerves, based on Apple's Bonjour daemon","archived":false,"fork":false,"pushed_at":"2020-11-06T22:19:57.000Z","size":347,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:41:26.072Z","etag":null,"topics":["bonjour","elixir","embedded","nerves","zeroconf"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amolenaar.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-13T20:42:39.000Z","updated_at":"2022-08-24T12:57:19.000Z","dependencies_parsed_at":"2022-08-07T10:01:31.673Z","dependency_job_id":null,"html_url":"https://github.com/amolenaar/nerves_dnssd","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amolenaar%2Fnerves_dnssd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amolenaar%2Fnerves_dnssd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amolenaar%2Fnerves_dnssd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amolenaar%2Fnerves_dnssd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amolenaar","download_url":"https://codeload.github.com/amolenaar/nerves_dnssd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610346,"owners_count":21132921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bonjour","elixir","embedded","nerves","zeroconf"],"created_at":"2024-10-15T10:35:06.239Z","updated_at":"2025-04-14T11:21:47.745Z","avatar_url":"https://github.com/amolenaar.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nerves.Dnssd\n\n[![Build Status](https://travis-ci.org/amolenaar/nerves_dnssd.svg?branch=master)](https://travis-ci.org/amolenaar/nerves_dnssd)\n[![Hex.pm package](https://img.shields.io/hexpm/v/nerves_dnssd.svg)](https://hex.pm/packages/nerves_dnssd)\n[![Hex.pm package](https://img.shields.io/hexpm/l/nerves_dnssd.svg)](https://hex.pm/packages/nerves_dnssd)\n\nNerves_dnssd provides an interface to Apple's Bonjour DNS Service Discovery\nimplementation. Bonjour allows applications to browse, resolve and register\nnetwork services via link-local multicast DNS on the local network and via\nunicast DNS over the internet.\n\nThis module is based on the [Dnssd_erlang](https://github.com/erszcz/dnssd_erlang)\nproject written by [Andrew Tunnell-Jones](http://andrew.tj.id.au/),\n[Radosław Szymczyszyn](https://github.com/erszcz/dnssd_erlang) and others.\n\n## Installation\n\nNerves_dnssd requires Erlang R19 or later and Elixir 1.5.0 or later.\n\nThe package can be installed\nby adding Nerves_dnssd to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:nerves_dnssd, \"~\u003e x.y\"}]\nend\n```\n\nFurther documentation can be found on the (HexDocs page for Nerves_dnssd)[https://hexdocs.pm/nerves_dnssd/].\n\n## Example use\n\nIn the most basic situation, where one wants to simply register a service\non the network, calling\n\n```elixir\n{:ok, pid} = Nerves.Dnssd.register(\"Fancy service name\", \"_http._tcp\", 8080)\n```\n\nis sufficient to register a HTTP service listening on port 8080. In case there is\nalready a service named \"Fancy service name\" a new name will be determined by\nusing a follow-up number and that name will be registered, so that after a restart\nthe service will advertise itself with the same name.\n\n## License\n\nThis project is distributed under the Apache License, version 2.0. The conditions can\nbe found in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famolenaar%2Fnerves_dnssd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famolenaar%2Fnerves_dnssd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famolenaar%2Fnerves_dnssd/lists"}