python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter/Multicast DNS: How to test network discovery with MDNS
I have implemented network discovery with MDNS for my Flutter mobile app using the multicast_dns package.
The idea behind this was that the mobile app should automatically detect the server address on...
Josip Domazet
Votes: 0
Answers: 1
MDNS not advertising the network interface after network restart in systemd
In systemd, MDNS (avahi-daemon) stops broadcasting the network interface after the network restart. However, for the same scenario, in system init, MDNS will work perfectly normal.
Tried:
Changed the...
KEVIN CHEN
Votes: 0
Answers: 1
esp8266 mDNS was working, but has now stopped
I got the mDNS responder working on my ESP8266. It's been working for weeks, I can ping, nslookup and go to the web page. I'm using win10 and Android phone, both worked great.
Then it appeared to st...
Aaron
Votes: 0
Answers: 1
Unable to discover Chromecasts from docker container
I have the following script in python (using pychromecast):
#> cat chromecasts.py
import pychromecast
print(pychromecast.get_chromecasts())
When I run it locally, it works fine and discovers my T...
Rafal Zarajczyk
Votes: 0
Answers: 0