Sunday, September 26, 2010

Use blutooth device for your own app

Hi,
Last days i got lot of appreciation about my blog from students of spymek..thanks to all and thanks to ravi sir.
This time i am focusing on new concept to connect blutooth device to your own apps. I think you all poeple knows that whnever we connect any bluetooth device to our iphone or ipad it will work for all native application only..but if we want to use it for our own apps we have to connect it we have ti implement BTstack for that.
The code is available on google code.lets have a look at what google says about it.
""The aim of this project is to support devices for which the OS either does not provide a Bluetooth Stack or the available stack is severely limited (e.g., on the iPhone).

It provides a portable Bluetooth Stack that runs as a user-space daemon and will support different Bluetooth HCI transport layers (e.g., HCI H4 UART and H5 the "Tree-Wire" protocol), different inter-process communication methods, and support multiple applications in parallel.

It is not a port of an existing Bluetooth Stack. However, best practices from the Bluetooth Stack used in the BTnode Project at ETH Zurich and others are incorporated. ""


Lets look at this video :http://www.youtube.com/watch?v=WFWjVkzJb_s


You can found all your code on this link..http://code.google.com/p/btstack/


Waiting for your valuable commments.