I would like to develop an application on iPhone, iPod Touch and iPad which will be able to: run in backgroup
I am able to send data upto 20 KB from one Mac to another using iPhone Simulat开发者_运维技巧ors successfully.However for data larger than that it is not able to send.Even fragmenting data doesnot wor
I am trying to implement bonjour/zero conf on my android app. I am using jmDns library for searching the all the available devices. Here is the code that I am using for searching the devices in the sa
I am trying to i开发者_如何学运维ntegrate Bonjour with my Windows application using MinGW. I have downloaded the latest Bonjour SDK for Windows 2.0.4 and linked the dnssd.lib. The compilation, linking
I\'m developing an iPhone app t开发者_如何学JAVAhat uses Bonjour Services, and I have the following question:
I have a task in that i want to开发者_StackOverflow社区 import and export csv files from iphone to mac. I have used the Zero configuration network bonjour.In that i want to export file from iPhone to
I\'m new to bonjour networking. I want to find all the device using bonjour functionality. Right now I\'m using sample code provided by \"Standford\". By using that I was able to find only my device,
My app opens a TCP socket and waits for data from other users on the network using the same application. At the same time, it can broadcast data to a specified host on the network.
I have an embedded hardware device that currently broadcasts data via bluetooth. I don\'t want to go through the steps of the MFi program, so I\'m thinking about using a different chip in my device to
I\'ve been trying to properly add the open source dns_sd.h library provided by Apple. I am writing a program that uses the BonjourRegistrar class as demonstrated here: