Java Bluetooth
Submitted by mohamed_hagag on Wed, 2007-05-09 12:36.
salamo 3likom,
I want to know how i can build java Desktop bluetooth application , what API should i use ?
Thanx.
|
|
|
Java Bluetooth
Submitted by mohamed_hagag on Wed, 2007-05-09 12:36.
salamo 3likom, I want to know how i can build java Desktop bluetooth application , what API should i use ? Thanx. |
User loginNavigationPartnersWho's new
Who's onlineThere are currently 0 users and 10 guests online.
|
|
|
Well you should use a JSR 82
Well you should use a JSR 82 implementation to use Bluetooth API with Desktop or PC clients. It also depends on whether you are going to deploy on a Linux or Windows based PC because there are differences in the implementation for the Bluetooth Stack.
Here is a library called BlueCove:
http://code.google.com/p/bluecove/
Also you can find here very useful examples:
http://www.benhui.net/modules.php?name=Bluetooth
This is the official Linux Bluetooth stack (Bluez):
http://www.bluez.org/
And also there are very useful resources and examples on this Yahoo group which was a great help for me while working on a similar project once:
http://tech.groups.yahoo.com/group/jabwt/
Hope this helped.
"A Smile is a curve that makes everything straight!"
Many Thanx
Many thanx,
i'll build it on linux i hope that i'll find a good API , there's a BlueZ bindings for Java called JBlueZ but i think it's not finished yet and the project maybe dead .
anyway , thanx for your help.
I'm not much of a Java
I'm not much of a Java expert, but since BlueZ has a DBus interface then I guess you can connect to it using the Java DBus bindings