GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.
Explore Topics Trending Collections Events GitHub Sponsors # mdns Star Here are 9 public repositories matching this topic... Language: TypeScript toxuin / mdns-tunneller Sponsor Star 118 Code Issues Pull requests Tunnels two (or more) mDNS domains together tunnel multicast-dns homekit airplay ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Pure Go implementation of Multicast DNS. Contribute to pion/mdns development by creating an account on GitHub.
[MIRROR] OpenWrt MDNS daemon. Contribute to openwrt/mdnsd development by creating an account on GitHub.
use SharkyDog\mDNS; use React\Dns\Config\Config as DnsConfig; use React\Dns\Resolver\Factory as DnsFactory; $domain = 'homeassistant.local'; $dnsConfig = DnsConfig::loadSystemConfigBlocking(); $dnsResolver = (new DnsFactory)->create($dnsConfig); $resolver = new mDNS\React\Resolver(2,...
1. git clone https://github.com/NationalAssociationOfRealtors/mdns.git 2. mix do deps.get, deps.compile 3. iex -S mix Server Usage The udp server doesn't start automatically, this gives you a chance to bring up your network interface, before starting the server, especially useful when...
use SharkyDog\mDNS; use React\Dns\Config\Config as DnsConfig; use React\Dns\Resolver\Factory as DnsFactory; $domain = 'homeassistant.local'; $dnsConfig = DnsConfig::loadSystemConfigBlocking(); $dnsResolver = (new DnsFactory)->create($dnsConfig); $resolver = new mDNS\React\Resolver(2,tru...
38 changes: 38 additions & 0 deletions 38 mdns/CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -0,0 +1,38 @@ # ### # external/mdns/CMakeLists.txt # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. ...
importmipmip.install("github:cbrand/micropython-mdns") For using this library, native C type implementations of MDNS which use the MDNS service port need to be disabled. For example, this project has been developed on the ESP32 which MicroPython implementation per default has a basic MDNS imple...