Questions tagged [bonjour]

Bonjour is Apple's implementation of Zeroconf, a service discovery protocol. It can be used to find services on a network and also to publish services to be found by other Zeroconf clients.

578 questions
0
votes
1 answer

What can cause Bonjour to not call me back during browsing?

I have a rather popular Bonjour-based application in App Store. It works perfectly, but around 0.2% of my users report a bizarre bug: "no arrows appear on the edges of the screen, so I can't share stuff with other people!". Needless to say,…
millenomi
  • 6,569
  • 4
  • 31
  • 34
0
votes
1 answer

Detection of wifi devices on mac using bonjour

I needed some help reagarding, how to detect all wifi devices connected using bonjour, and to display those devices on mac application. A sample application would be lot helpful. If not, an direction in which i can proceed to accomplish my task.
jazean
  • 171
  • 1
  • 2
  • 8
0
votes
2 answers

IP Address Lookup using Hostname when Bonjour is off in iOS

I just like to ask if it is possible to identify the IP Address of a device (e.g. a printer) using its Hostname even if its Bonjour setting is turned off? Also can you give me an example on how to do it? I am developing an app in iOS that should…
MiuMiu
  • 1,905
  • 2
  • 19
  • 28
0
votes
1 answer

Using iOS iPad2 to Connect and Logon to Java Server Running HTTP Service

I am writing an iOS 5.1.1 app for the iPad2 using Xcode 4.4.1. I want to be able to locate a local http server running on Java. Once I am able to connect to the http server, all I need to communicate with it is the url including the port. My…
0
votes
1 answer

how to use the API calls in bonjour mDNSPosix

I have installed apple mDNSreponder on linux and able to publish the service via command line $ dns-sd -P Stack Overflow _ftp._tcp. . 80 AIR 14.99.8.77 Now I want to know how to use the API call of this in my app to publish the same service…
indra
  • 832
  • 4
  • 17
  • 33
0
votes
1 answer

Bonjour on Windows 7 Registration of Servers does not last

Using Bonjour Registration Service on Windows 7 and am having an issue with the service saying "active" and "discoverable" after an amount of time, about 5-10 mins or so. Have duplicated the problem with the command line tool dns-sd -R CMD-TEST …
ort11
  • 3,359
  • 4
  • 36
  • 69
0
votes
1 answer

Is it possible to do device discovery on iPhone without using Bonjour?

I want to discover a custom device that has both WiFi and Bluet that does not have a Bonjour server. Is there any way to discover it
Don
  • 85
  • 1
  • 7
0
votes
0 answers

Searching for special services using the protocol Bonjour in python

How can I specify the browse for services which are published under this format: "_namemaster-master._tcp". I am using Python.
ness kh
  • 39
  • 1
  • 7
0
votes
1 answer

Bonjour Programming on the iPhone

i am just try to implement the tutorial from here but i have problem in -(void)netServiceDidResolveAddress:(NSNetService *)service {} this method how can i remove these error plz help me out. Thanks in advance.
freelancer
  • 1,658
  • 1
  • 16
  • 37
0
votes
1 answer

How to send an image from one iPad to another?

I have been using these projects files (SuperChat), to try and set up a kind of messaging app. I have done this and it successfully works but I need to be able to send images across the two devices now. I use this code to send a message to the other…
objc-obsessive
  • 825
  • 1
  • 12
  • 18
0
votes
2 answers

Bonjour networking (sending messages) to more than two iOS devices

I'm using example code from the answer on this Stack Overflow question (http://stackoverflow.com/questions/3240617/cfnetwork-and-bonjour-integration-for-iphone-to-mac-integration) which you can download here I have the code running and I am able to…
objc-obsessive
  • 825
  • 1
  • 12
  • 18
0
votes
2 answers

IOS Receiving video from Network

UPDATE - I have fixed some mistakes in the code below and the images are displayed on the other device, but I have another problem. While video capture is open, the "master" device sends data continuously, sometimes this capture appears on "slave"…
Jan Cássio
  • 2,076
  • 29
  • 41
-1
votes
2 answers

Presistent socket in background (iOS)?

UPDATE: I mean when the application has gone to background, the user closed it, iPhone is on the Springboard. Can be the connection kept alive? I want to push some content to the clients. Is it possible? Do I have to register some... ...thing?
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
-1
votes
1 answer

multiple connections on one port

I run multiple bonjour client using pidgin, A, B, and C. when B and C talk to A , I find A uses the same port (with wireshark I can see the packets) for MDNS and communication, but B and C, each has two different ports one for MDNS ,one for socket…
seaguest
  • 2,510
  • 5
  • 27
  • 45
-1
votes
1 answer

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 the WAN side via DDNS. When the user makes a…
Sparers
  • 423
  • 5
  • 15
1 2 3
38
39