0

I'm starting to develop a p2p applcation for the iphone sdk 3.0. But I'm finding it hard to find good code examples for the bluetooth api. Anyone knows where I can find this info for newbies?

thanks!!!

skaffman
  • 398,947
  • 96
  • 818
  • 769
nico
  • 9,668
  • 8
  • 26
  • 28

4 Answers4

2

The Pragmatic Programmers just made available the book iPhone SDK Development by Bill Dudney, Chris Adamson, and Marcel Molina through their beta book program. You can purchase a PDF (and Kindle) version right now, and it contains a detailed chapter on Bonjour and GameKit networking, along with code examples. Aside from Apple's documentation and sample code, it's probably the best resource you'll find right now.

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
2

Just to add the existing samplecode, you can get GKTank from the apple dev site and BeamIt source code here:

http://arctouch.com/beamit/

John
  • 1,549
  • 1
  • 13
  • 15
0

Adding the Existing Samplecode and geting GTank with BeamIT has help me ,and will help u, also you can find additional support on this:

http://www.algomatik.com/

0

You can check this tutorial.This tutorial is about how to implement peer to peer bluetooth chat. http://www.devx.com/wireless/Article/43502/1954

and also check the book More iPhone 3 Development Tackling iPhone SDK 3 by Dave Mark | Jeff LaMarche

nehal
  • 622
  • 1
  • 13
  • 26