Questions tagged [zeroconf]

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

194 questions
0
votes
2 answers

Multiple sockets required for Zeroconf/bonjour implementation?

Is more than one socket required to implement Zeroconf/bonjour? I'm implementing bonjour on firmware and my chip only supports one socket. Seems to me at least two would be necessary: - One socket to monitor the multicast queries and…
0
votes
1 answer

Windows dns-sd (Bonjour/ZeroConf) did not discover iPhone service via USB

I have a Bonjour _http._tcp. service published on iPhone. With the iPhone Wifi Off; running the following dns-sd command on MacBook's terminal: dns-sd -B _services._dns-sd._udp then connect the iPhone to MacBook with USB Lighting cable, dns-sd would…
cambs
  • 29
  • 6
0
votes
4 answers

Find unique name of device?

I'm developing an app that uses zeroconf (bonjour) to discover devices - so I need to give each android device some kind of name (not just a bunch of numbers and letters, but something meaningful like "Alex's Device"). In iOS it can be easily done -…
Alex1987
  • 9,397
  • 14
  • 70
  • 92
0
votes
1 answer

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 zeroconf is bad. The most simple way to implement…
Gaiger Chen
  • 301
  • 3
  • 18
0
votes
0 answers

How to send socket data from Android device to pc connected via Android's Hotspot (AP)

Related question with no answers Using DatagramSocket and python socket with devices connected to hotspot My goal to implement something like syncthing so I can transfer files across my devices on a local network. (It is bidirectional i.e. Android…
Phani Rithvij
  • 4,030
  • 3
  • 25
  • 60
0
votes
0 answers

No Service Workers with Avahi/Zeroconf (machineName.local)

When testing for service worker capability in the browser: (in index.html) if ('serviceWorker' in navigator) { console.log('serviceWorker OK'); } else { console.log('serviceWorker NOT OK'); } Now if I call localhost/index.html I get a…
yPhil
  • 8,049
  • 4
  • 57
  • 83
0
votes
0 answers

How to create DNS-SD custom hostname in centos linux so that we can dicover it by zeroconf resolver in dotnetcore

I need to get ipaddress by hostname for zeroconf devices. Its working perfectly in windows but in linux it gives below error Here is the Windows code, but it does not work Linux with avahi ILookup domains = await…
Quick
  • 21
  • 4
0
votes
1 answer

Application going into ANR mode

When the users presses the back button in my application. Here is the scenario: User starts the application - Activity shows up User presses back button User re-starts the application. At this point application just shows a blank screen, none of…
OceanBlue
  • 9,142
  • 21
  • 62
  • 84
0
votes
1 answer

what protocol does iChat use for its bonjour chat?

Please don't say bonjour. The best guess I can gather is XMPP, but I don't think thats right
Tyler Gillies
  • 1,857
  • 4
  • 22
  • 31
0
votes
1 answer

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 test app which just the ZeroConf Plugin in it…
Yonathan
  • 1
  • 3
0
votes
1 answer

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 on. This words just fine on Android 5.1.1 but on…
Jason Crosby
  • 3,533
  • 4
  • 28
  • 49
0
votes
2 answers

JmDNS on Android

Have you succeeded in service discovery using jmdns in Android? I'm facing same problem not able to discover services using jmdns in Android. From my code using jmdns I am trying to discover services of…
user603194
  • 81
  • 2
  • 4
0
votes
1 answer

Managed library / component / api for Windows Mobile WiFi management and control?

Does anyone know of a commercial or free .NET CF library/component/api that I can use within my Windows Mobile 6 and .NET CF 3.5 application? I need to: enumerate the list of available WiFi networks in range, connect and disconnect specific…
0
votes
1 answer

Bonjour: Search for a service by name

I have an application that needs to search and resolve a Bonjour-advertised service whose name is known in advance. Most Bonjour examples I have found related to service discovery are structured more or less like this: Call browse to detect all…
Grodriguez
  • 21,501
  • 10
  • 63
  • 107
0
votes
0 answers

Minimum code for mDNS browsing

I'm developing a Sublime Text plugin to work with IoT devices. Some of that hardwares have the option to upload the code by OTA (over the air) and I need to be able to discover the device by mDNS. I've tried with zeroconf and it works very well, I…
GEPD
  • 198
  • 2
  • 16