0
votes
2answers
34 views
Secure iPhone-Desktop Connection
Background
There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, …
1
vote
3answers
102 views
How do I build a DNS Query record in Erlang?
I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but a …
2
votes
2answers
81 views
How to send multicast messages and reuse a port in Erlang?
I have gotten a good start on my program, my first REAL Erlang program.
I have it listening for messages, reading them and parsing them. I also have it sending them.
The one little …
0
votes
1answer
67 views
Client-to-client messaging in cocoa?
Hi, erm, now I trying to do a messaging between both client instead of client to server. So if I'm not wrong we can't startup service individually but how to see whether is setting …
0
votes
1answer
37 views
Bonjour in Ruby
I'm aware of dnssd, being a Ruby library for Apple's Bonjour protocol for network discovery for Mac OS X only, but is there a (relatively recent/complete) library that is cross pla …
2
votes
1answer
77 views
How to get the list of all announced bonjour services on all available domains?
It's not the problem to look in all domains, but I can't find the right way to look for any service on the network.
1
vote
2answers
82 views
Why does mDNS (Bonjour, Avahi, etc) use UDP?
It seems to me that a lot of the problems with DNS, particularly security problems, have the root cause of DNS being implemented over UDP; for example the responder doesn't have to …
0
votes
3answers
266 views
ZeroConf/Bonjour Code that works in Delphi 7 not working in 2009
I have the following declaration for DNSServiceRegister:
function DNSServiceRegister
(
var sdRef: TDNSServiceRef;
const flags: TDNSServiceFlags;
const in …
2
votes
2answers
197 views
Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?
Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?
2
votes
5answers
389 views
Objective-C Bonjour/TCP Stack
Hi guys/girls,
I was wondering if anyone knows of a combined Objective-C Bonjour/TCP stack out there, that would allow me to forget about managing sockets, broadcasting services e …
0
votes
1answer
146 views
Get Device IP with Bonjour
Hi All
I am using Java 6 update 14 for development and NetBeans 6.7. I am creating a sample client to detect particular type of service using Bonjour.
I face a certain challenge …
3
votes
3answers
2k views
How can an iPhone access another non-iPhone device over wireless or bluetooth?
I'm trying to figure out if an iPhone can connect to another non-iPhone device over wireless or bluetooth and have seen conflicting information. Much of what I've found was before …
0
votes
0answers
99 views
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, …
1
vote
1answer
675 views
iPhone: Bonjour NSNetService IP address and port
Excuse my iPhone/Objective-C newbie status please!
I've found my HTTP server using NSNetServiceBrowser, but now I just want the IP address and port of the service found.
I've go …
0
votes
0answers
67 views
Redistributing apple bonjour on windows… caveats?
I plan to use bonjour for my server-side companion app for a iPhone utility.
I plan to request a license grant from apple, but as with any dependency I want to know in advance if …
