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
-1
votes
2 answers

Send messages between iPhone & Mac

I'm fairly novice in iPhone development, but trying to create what would seem a fairly simple application. I want to have 1 program running on my phone/simulator that has a slider and a button, and another receiving program on the mac, such as…
-1
votes
1 answer

In Bonjour how do I hook up a web server to advertised port?

I am trying to advertise a web service on a random port and then hook up a Node/Express server to listen to that port. I tried to implement it with the following code (ES6): import express from 'express'; import bonjour from 'bonjour'; import http…
Cod.ie
  • 380
  • 5
  • 14
-1
votes
1 answer

iPhone data transfer using CFReadStream & CFWriteStream (bonjour)

I am able to send data upto 20 KB from one Mac to another using iPhone Simulators successfully.However for data larger than that it is not able to send.Even fragmenting data doesnot work. Help...
user569721
  • 1
  • 1
  • 1
-1
votes
1 answer

How do I find all the hosts in a local network?

I would like to do it with the Reliability of a TCP Unicast. I have used UPnP based Multicast (M-Search) but many devices filter out Multicast messages so I end up losing them. Also, how does Bonjour compare to UPnP?
-1
votes
2 answers

Cannot resolve PC machine from Mac browsers

I'm currently writing some POC's where I need to consume a web service from my Mac. I write the web service on my PC and now I need the Mac to be able to consume it for debugging purposes. When working from my home office I have no problems…
Jonas Rembratt
  • 1,550
  • 3
  • 17
  • 39
-1
votes
1 answer

Develop an iOS app to control OS X GarageBand

I need to build an app that controls GarageBand on OS X. It's an app for iPhone that would control basic functions from OS X GarageBand like play, pause, etc. I don't know how to build this app, how can I communicate with OS X?. Some friends told me…
-1
votes
1 answer

Compile Time Error on using CFSocketStream

The following line of code is causing compile errors in my iOS application CFStreamCreatePairWithSocketToNetService(kCFAllocatorDefault, (__bridge CFNetServiceRef)netService, &readStream, &writeStream); If I replace the code with…
Suran
  • 1,209
  • 1
  • 17
  • 21
-2
votes
1 answer

Can't ping Bonjour address can actually connect to it

There is something weird going on on my network. I have a raspberry running Raspbian, with name "Myraspberry" and i am trying to find the IP address from my computer running windows with Bonjour installed on it. if i ping Myraspberry.local i get…
pato.llaguno
  • 741
  • 4
  • 20
1 2 3
38
39