Skip to main content

All Questions

Tagged with
1 vote
0 answers
57 views

React Native Zeroconf issue with resolving IP address on iOS 17+

I'm facing this issue where the MDNS cannot resolve the IP address when finding the service on a network, this is happening with iOS devices 17+, while with iOS 15 it works ok. I don't have iOS 16 to ...
Vlad's user avatar
  • 11
0 votes
1 answer
2k views

Windows 11 not resolving .local addresses using mDNS

I am broadcasting a new mqtt-service via mDNS. My Flutter app is notified that a new service was registered but I am problems with the name-resolution of the address called MyMqttService.mqtt.local ...
barracuda317's user avatar
0 votes
1 answer
375 views

Why does running avahi-browse within a docker container returns (NULL) network interfaces?

I'm attempting mDNS discovery from within a Docker container and running it using sudo docker run --privileged -v /var/run/dbus:/var/run/dbus -v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/...
user1224478's user avatar
1 vote
0 answers
453 views

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 ...
Rafal Zarajczyk's user avatar
0 votes
1 answer
314 views

mDNS on react-native Request failed with status code 500

I am currently working on an IoT project which requires service discovery (I am in the Android side). I decided to use react-native-zeroconf and I encountered a problem. There is a warning Error: ...
ChuChuwi's user avatar
  • 940
0 votes
0 answers
250 views

Removing duplicates from the services resolved by avahi-client

I want to use the C avahi library to create a dialog box in gtk that can list all the services in DNS-SD network. I am able to list all the services in a dialog box but I want to clean this list of ...
Divyasheel's user avatar
1 vote
1 answer
312 views

Can Linux mDNS client be "pure" client?

I found some famous mDNS clients, such as nss-mdns, Avahi-browse, are dependent on avahi-daemon. However, if we start avahi-daemon, the client machine also publish its mDNS domain name and become a ...
Evian's user avatar
  • 1,175
2 votes
0 answers
3k views

Change domain "local" in avahi and and use a hostname with multiple labels

I need to publish multiple addresses for the same IP (eg: address1.local, address2.local) Did it creating a service /etc/systemd/system/[email protected] with the following: [Unit] Description=...
Ikaro's user avatar
  • 165
-1 votes
1 answer
490 views

Sending web requests to IoT device both on Wifi and on mobile data

I have a Xamarin application that requires to connect to a device from the LAN side and also the WAN side. The device (an ESP8266) is connected via WiFi to an internal network and can be accessed from ...
Sparers's user avatar
  • 433
0 votes
1 answer
208 views

Industrial-Standard UDP Broadcast on Windows?

I would like to use the UDP boardcast to tell the lan devices here is a XX-device. It is the same scenarios as the mDNS/Zeroconf for the printer. However, as my know, Windows supporting with ...
Gaiger Chen's user avatar
1 vote
0 answers
125 views

Why does 'DNSServiceRegisterRecord' not return reference, if there are many ip addresses on the adapter?

I am registering about 80 ip addresses on my router, creating udp sockets, and want to do Bonjour registration for each ip. But the registrations are extremely slow, or failing in presence of so many ...
Mihir Bose's user avatar
0 votes
1 answer
817 views

Ionic Native: ZeroConf not working on IOS

So I made the App with a Android Device in the development Process and everything worked fine like it should. Then I tried building it for IOS and nothing worked I just got a white screen. So I made a ...
Yonathan's user avatar
3 votes
0 answers
828 views

Android Network Service Discovery get hostname (mDNS/Zeroconf)

I am trying to get the hostname from a service that is advertising itself on my local network using mDNS/Zeroconf. I am using Android's Network Service Discovery API, but it seems as if Android doesn'...
reinder's user avatar
  • 2,551
2 votes
0 answers
476 views

How to use NsdManager to detect an emulated device on a private network?

I'm currently working on a mobile app that discover's and resolve's a device on a private network. The app currently works perfect and will allow me to connect a socket to this device. Now I'm ...
Jason Crosby's user avatar
  • 3,563
0 votes
1 answer
2k views

Detecting MDNS/Zeroconf device works on Android 5.1.1 but not on Android 7

I am detecting a device on a private network with no internet access. The only devices on the network are the device I'm detecting and the mobile devices or PC's that have app I am currently working ...
Jason Crosby's user avatar
  • 3,563

15 30 50 per page