Link to home
Start Free TrialLog in
Avatar of static-void
static-void

asked on

Bluetooth API C# or Java

Hi there

Im after a bluetooth API for c# or Java which i will be able to build into a windows application. It needs to be able to do the following.
   -  Get the names of all devices that are in range.
   -  Get the signal strength on those devices
   -  Eventually send messages to a bluetooth enabled device in range (although this isnt needed at the start of the project)

If anyone has any reccomendations that would be great thanks. Pros and Cons would also be useful :)
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of static-void
static-void

ASKER

ummm i need a platform that will run on a PC isnt JME only for pda/phones?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Since you wanna do this on Windows and are also open to C# or .NET, also try:

http://www.soft32.com/download_196549.html

http://www.windowsfordevices.com/news/NS8086026541.html

http://developers.sun.com/techtopics/mobility/midp/articles/bluetooth1/
http://developers.sun.com/techtopics/mobility/midp/articles/bluetooth2/

These were what I used to get started - and what worls for J2Me will work for PC also - just grab the jars!!
umm where do i download the sdk's tho?
i have JDK 6 installed already but no bluetooth libraries
It doesn't have - you need to download the bluetooth libraries separately from the links we provided earlier.

>> what worls for J2Me will work for PC also

Hmmm. Not necessarily if it works on MIDP because MIPD has some API which is not in the standard JDK....
Split: objects and mayankeagle