Welcome to WiFi-Forum

Go Back   WiFi-Forum - Wi-Fi Discussion Forum > Bluetooth Discussion Forums > alt.cellular.bluetooth
Reply
 
Thread Tools Display Modes
  #1  
Old 08-21-2004, 11:53 AM
Nootch
 
Posts: n/a
Default Writing a "Bluetooth Detector" program?

Hi group,

sorry if this is a totally newbie thing to ask, but is it possible (on
a conceptual level, at least) to create a program that listens for new
Bluetooth devices coming into its range (for instance, a new pair of
Bluetooth headphones) and print some sort of identifying ID on screen.

I.e. "Headset with the ID
"154.AF3.whatever.the.hell.kind.of.ID.Bluetooth.De vs.have.1" has just
entered the premises."

Would it also be possible to detect, say, cell phones or pocket pc's
which have their Bluetooth turned on?

Thanks in advance
Nootch
Reply With Quote
  #2  
Old 08-21-2004, 07:07 PM
Jesse O. Glidden
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Nootch dude,

Not only is this possible, but you could probably make some money on this
program. You really ought to do this, and please post your results in this
group.

While you are writing this device driver (hint, hint, upper filter driver),
go to this group for questions you may have:

microsoft.public.development.device.drivers

They are very helpful.

> sorry if this is a totally newbie thing to ask, but is it possible (on
> a conceptual level, at least) to create a program that listens for new
> Bluetooth devices coming into its range (for instance, a new pair of
> Bluetooth headphones) and print some sort of identifying ID on screen.
>
> I.e. "Headset with the ID
> "154.AF3.whatever.the.hell.kind.of.ID.Bluetooth.De vs.have.1" has just
> entered the premises."


> Would it also be possible to detect, say, cell phones or pocket pc's
> which have their Bluetooth turned on?


I don't see why not.


--
------------------
Jesse O. Glidden
http://www.USBDevWare.com
jesse@usbdevware.com


Reply With Quote
  #3  
Old 08-21-2004, 08:09 PM
tHatDudeUK
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?


"Jesse O. Glidden" <jesse@usbdevware.com> wrote in message
news:10ifs8b1dc8fbda@corp.supernews.com...
> Nootch dude,
>
> Not only is this possible, but you could probably make some money on this
> program. You really ought to do this, and please post your results in

this
> group.


However if ur thinking of making it a key for the door (so when ur in range
the door auto unlocks), then that might be a bad idea if ur cellphone gets
nicked or the battery has run out :-)


Reply With Quote
  #4  
Old 08-21-2004, 08:12 PM
Collin R. Mulliner
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Hi,

there are two programs that do exactly what you want!

BlueFOAF http://usefulinc.com/edd/blog/conten...-bluefoaf/read
btChat http://www.mulliner.org/bluetooth/btchat/

I wrote btChat and I can say that it should be very easy to port this to
windows. Just take a look at my screenshots.


.... Collin

--
Collin R. Mulliner <collin@betaversion.net>
BETAVERSiON Systems [www.betaversion.net]
info/pgp: finger collin@betaversion.net
Holidays, the time of year where I sit in front of my home computer.
Reply With Quote
  #5  
Old 08-22-2004, 01:17 AM
Jesse O. Glidden
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Nice, Collin!

I had a feeling about this, but I'm always trying to get people to repeat
efforts because new things are always discovered.

But tell me,

did you do it with a lower or upper filter driver, or something altogether
different? I'm using the Windows WDM paradigm-speak here.

------------------
Jesse O. Glidden
http://www.USBDevWare.com
jesse@usbdevware.com

> there are two programs that do exactly what you want!
>
> BlueFOAF http://usefulinc.com/edd/blog/conten...-bluefoaf/read
> btChat http://www.mulliner.org/bluetooth/btchat/
>
> I wrote btChat and I can say that it should be very easy to port this to
> windows. Just take a look at my screenshots.
>
>
> ... Collin



Reply With Quote
  #6  
Old 08-22-2004, 01:50 AM
Henryk Plötz
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Moin,

Am Sat, 21 Aug 2004 19:53:43 +0200 schrieb Nootch:

> Would it also be possible to detect, say, cell phones or pocket pc's
> which have their Bluetooth turned on?


Sure, with Linux it's a one-liner:
watch -n 60 --differences hcitool scan

kdebluetooth also has this functionality and can start programs as
devices get in and out of range (e.g. fire up the screensaver when your
cell phone leaves).

Also: On the Chaos Communication Camp 2003 there was a Bluetooth
Location Tracker which used several stations to track bluetooth devices
as the moved around. See their wiki page at
https://wiki.ccc.de/bin/view/Camp200...ocationTracker

--=20
Henryk Pl=F6tz
Gr=FC=DFe aus Berlin
~~~~~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~~~~~
~ Help Microsoft fight software piracy: Give Linux to a friend today! ~
Reply With Quote
  #7  
Old 08-22-2004, 08:46 AM
Collin R. Mulliner
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Hi Jesse,

> did you do it with a lower or upper filter driver, or something
> altogether different? I'm using the Windows WDM paradigm-speak here.


it's not a device or filter driver - it's a simple application which
scanns (inquirys) every N seconds...


.... Collin

--
Collin R. Mulliner <collin@betaversion.net>
BETAVERSiON Systems [www.betaversion.net]
info/pgp: finger collin@betaversion.net
you have nothing to say and no way to say it, but you can say it in
three languages
Reply With Quote
  #8  
Old 08-24-2004, 01:07 AM
Sir Graham
 
Posts: n/a
Default Re: Writing a "Bluetooth Detector" program?

Hi,

We worked in some like this for Symbian Phones (in a future also for
Smartphones).

http://www.endorasoft.es/promocion/xscanbt_scr04.jpg
http://www.endorasoft.es/promocion/xscanbt_scr05.jpg
http://www.endorasoft.es/promocion/xscanbt_scr06.jpg
http://www.endorasoft.es/promocion/xscanbt_scr07.jpg

In a few weeks are avaible for download.

Regards,
Sir Graham.
http://www.endorasoft.es



"Nootch" <nootch@hotmail.com> escribió en el mensaje
news:rr2fi01efsh7i319vjpm87j8ur3mv9c7sv@4ax.com...
> Hi group,
>
> sorry if this is a totally newbie thing to ask, but is it possible (on
> a conceptual level, at least) to create a program that listens for new
> Bluetooth devices coming into its range (for instance, a new pair of
> Bluetooth headphones) and print some sort of identifying ID on screen.
>
> I.e. "Headset with the ID
> "154.AF3.whatever.the.hell.kind.of.ID.Bluetooth.De vs.have.1" has just
> entered the premises."
>
> Would it also be possible to detect, say, cell phones or pocket pc's
> which have their Bluetooth turned on?
>
> Thanks in advance
> Nootch



Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ˇˇˇˇˇEricsson $26.00 Bluetooth Modules for $2.99!ˇˇˇˇˇ Rudy Hartmann alt.internet.wireless 0 06-12-2004 01:09 PM
ˇˇˇˇˇEricsson $26.00 Bluetooth Modules for $2.99!ˇˇˇˇˇ Rudy Hartmann alt.cellular.bluetooth 0 05-09-2004 08:42 AM
2004: The year of Bluetooth btooth BlueTooth Forum 1 01-13-2004 01:01 PM
New Spec Makes Bluetooth Faster, More Reliable btooth BlueTooth Forum 1 11-16-2003 03:15 PM




All times are GMT -7. The time now is 01:51 AM.

vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. All Contents Copyright © Wifi-Forum.com