¡@

Home 

2014/10/15 ¤U¤È 10:12:27

iphone Programming Glossary: p2p

How to use bluetooth to connect two iPhone?

http://stackoverflow.com/questions/1427250/how-to-use-bluetooth-to-connect-two-iphone

you can also look at the responses to these questions where can I find iphone sdk 3.0 GameKit tutorials for developing P2P applications iPhone to iPhone networking GameKit in iPhone SDK 3.0 Is iPhone bluetooth function limited in OS 3.0 share..

Bonjour over bluetooth WITHOUT Gamekit ?

http://stackoverflow.com/questions/3844189/bonjour-over-bluetooth-without-gamekit

the C API declared in dns_sd.h . DNSServiceRef serviceRef DNSServiceRegister serviceRef sdRef kDNSServiceFlagsIncludeP2P interfaceIndex 0 flags NULL name _http._tcp regtype NULL domain NULL host 1291 port 0 txtLen NULL txtRecord NULL.. includes a class called SRVResolver which you can use on iOS as easily as you can use it on OS X. For iOS 5 Bluetooth P2P to work update the call to DNSServiceQueryRecord to pass kDNSServiceFlagsIncludeP2P as the interfaceIndex . NOTE This sample.. it on OS X. For iOS 5 Bluetooth P2P to work update the call to DNSServiceQueryRecord to pass kDNSServiceFlagsIncludeP2P as the interfaceIndex . NOTE This sample does not seem to exist in OS X 10.8 docset. It can be found in 10.6 and 10.7 docsets...

Client/Server GKSessions

http://stackoverflow.com/questions/4194394/client-server-gksessions

created a highly unusual peer to peer mode when they made GK. 2 That is technologically astounding but 3 this novel P2P technology would not actually be used in very typical networking programming for games. 4 Very confusingly all the documentation.. be used in very typical networking programming for games. 4 Very confusingly all the documentation talks about the P2P mode. This is confusing because if you are new to networking programming it would make you think that is normal . In fact.. to networking programming it would make you think that is normal . In fact it is very likely you will never use the P2P mode at all when making real normal games. To repeat If you are new to networking when you see all the mentions of P2P mode..