We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpElectronics,  Serial Library › bluetooth sniffer - javax.bluetooth
Page Index Toggle Pages: 1
bluetooth sniffer - javax.bluetooth (Read 8125 times)
bluetooth sniffer - javax.bluetooth
Aug 3rd, 2006, 9:36pm
 
Hi,

I would like to do a bluetooth sniffer (scanner) using Processing.
I would need to get the package "javax.bluetooth", but I don't seem to be able to find it.

any idea of where to find it, or any advices on how to do a bluetooth sniffer would be welcomed.

or if you know any app that could interfaced with a Processing app. I already found "bluescanner", but many more would nice Smiley.

thanks

Re: bluetooth sniffer - javax.bluetooth
Reply #1 - Aug 4th, 2006, 9:27pm
 
smallfly wrote on Aug 3rd, 2006, 9:36pm:
Hi,

I would like to do a bluetooth sniffer (scanner) using Processing.
I would need to get the package "javax.bluetooth", but I don't seem to be able to find it.

any idea of where to find it, or any advices on how to do a bluetooth sniffer would be welcomed.

or if you know any app that could interfaced with a Processing app. I already found "bluescanner", but many more would nice Smiley.

thanks



You can use the Bluetooth API implementation from Avetana
http://www.avetana-gmbh.de/avetana-gmbh/produkte/bestellung.eng.xml

There is a library that works in Processing and Mobile
http://processing.org/discourse/yabb_beta/YaBB.cgi?num=1154321908/0#0

marlonj
Re: bluetooth sniffer - javax.bluetooth
Reply #2 - Aug 5th, 2006, 11:39pm
 
Thanks a lot !
Re: bluetooth sniffer - javax.bluetooth
Reply #3 - Aug 9th, 2006, 4:05am
 
Hey. i am having real problems getting this too work.

Do you think you could put some instructions on how to set this up. i am using Windows XP, i have a bluetooth dongle connected and i have installed the libraries from darkgreenmedia, i have installed java wireless kit, and also the aventana jar file (but dont know where to put it).

I have a wiring board which has a bluetooth module connected. i want to be able to connect to this device and send data to it.
Re: bluetooth sniffer - javax.bluetooth
Reply #4 - Aug 10th, 2006, 6:03pm
 
mitcho wrote on Aug 9th, 2006, 4:05am:
Hey. i am having real problems getting this too work.

Do you think you could put some instructions on how to set this up. i am using Windows XP, i have a bluetooth dongle connected and i have installed the libraries from darkgreenmedia, i have installed java wireless kit, and also the aventana jar file (but dont know where to put it).

I have a wiring board which has a bluetooth module connected. i want to be able to connect to this device and send data to it.



To use the MBluetooth with Processing and Windows XP you have to :

- You need WindowsXP with SP 2
- Register your bluetooth device for a free demo license of the Avetana Bluetooth Implementation
http://www.avetana-gmbh.de/avetana-gmbh/produkte/bestellung.eng.xml
- You can test the connectivity running the JSRTest
 java -jar avetanaBluetooth.jar

If you have some problems with the Avetana Bluetooth visit this page :
http://www.avetana-gmbh.de/avetana-gmbh/produkte/Readme.xml

After check the Bluetooth Connectivity

- Copy the avetanaBluetooth.jar inside the library directory of the MBluetooth distribution
- Edit the export.txt file and change the lines
 applet=mbluetooth.jar,avetanaBluetooth.jar
 application=mbluetooth.jar,avetanaBluetooth.jar
- Run your Bluetooth Sketchs


You can check also another forms of communication with bluetooth in the following page :
http://www.benhui.net/modules.php?name=Bluetooth
 
marlonj
Page Index Toggle Pages: 1