* [Bluez-devel] Database of MAC addresses
@ 2006-07-24 10:00 Yuriy Vikulov
2006-07-24 10:08 ` Marcel Holtmann
2006-07-24 10:23 ` A.M. Sabuncu
0 siblings, 2 replies; 7+ messages in thread
From: Yuriy Vikulov @ 2006-07-24 10:00 UTC (permalink / raw)
To: bluez-devel
Hello!
Can anybody tell me if there is any database of mac addresses ( or some maskes),
which can be used to determine name of firm manufacture of phone. For example,
Sony erricson or Siemens. May be, Someone knows another way?
Thanks.
Yuriy
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Database of MAC addresses
2006-07-24 10:00 [Bluez-devel] Database of MAC addresses Yuriy Vikulov
@ 2006-07-24 10:08 ` Marcel Holtmann
2006-07-24 10:18 ` Yuriy Vikulov
2006-07-24 11:56 ` Nelson Murilo
2006-07-24 10:23 ` A.M. Sabuncu
1 sibling, 2 replies; 7+ messages in thread
From: Marcel Holtmann @ 2006-07-24 10:08 UTC (permalink / raw)
To: BlueZ development
Hi Yuriy,
> Can anybody tell me if there is any database of mac addresses ( or some maskes),
> which can be used to determine name of firm manufacture of phone. For example,
> Sony erricson or Siemens. May be, Someone knows another way?
the first three byte of an address (the OUI part) are assigned by the
IEEE. If you provide /var/lib/misc/oui.txt a lot of BlueZ utilities
(including the new D-Bus API) will tell you the company name. However
this doesn't mean that you can easily identify the phone manufacturer.
It is simply not enough.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Database of MAC addresses
2006-07-24 10:08 ` Marcel Holtmann
@ 2006-07-24 10:18 ` Yuriy Vikulov
2006-07-24 10:21 ` Marcel Holtmann
2006-07-24 11:56 ` Nelson Murilo
1 sibling, 1 reply; 7+ messages in thread
From: Yuriy Vikulov @ 2006-07-24 10:18 UTC (permalink / raw)
To: bluez-devel
Marcel Holtmann <marcel <at> holtmann.org> writes:
>
> Hi Yuriy,
>
> > Can anybody tell me if there is any
database of mac addresses ( or some maskes),
> > which can be used to determine name of firm manufacture of phone.
For example,
> > Sony erricson or Siemens. May be,
Someone knows another way?
>
> the first three byte of an address (the OUI part) are assigned by the
> IEEE. If you provide /var/lib/misc/oui.txt a lot of BlueZ utilities
> (including the new D-Bus API) will tell you the company name. However
> this doesn't mean that you can easily identify the phone manufacturer.
> It is simply not enough.
>
> Regards
>
> Marcel
>
Thanks for answer!
Do you know, Can Manufactures describe their Macs
Yuriy
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Database of MAC addresses
2006-07-24 10:08 ` Marcel Holtmann
2006-07-24 10:18 ` Yuriy Vikulov
@ 2006-07-24 11:56 ` Nelson Murilo
1 sibling, 0 replies; 7+ messages in thread
From: Nelson Murilo @ 2006-07-24 11:56 UTC (permalink / raw)
To: BlueZ development
On Mon, Jul 24, 2006 at 12:08:43PM +0200, Marcel Holtmann wrote:
> However this doesn't mean that you can easily identify the
> phone manufacturer. It is simply not enough.
Yes, this is true.
Btw, blueprint[1] may can help Yuriy.
[1] - http://trifinite.org/trifinite_stuff_blueprinting.html
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Database of MAC addresses
2006-07-24 10:00 [Bluez-devel] Database of MAC addresses Yuriy Vikulov
2006-07-24 10:08 ` Marcel Holtmann
@ 2006-07-24 10:23 ` A.M. Sabuncu
1 sibling, 0 replies; 7+ messages in thread
From: A.M. Sabuncu @ 2006-07-24 10:23 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 1192 bytes --]
Yuriy,
The following link
http://standards.ieee.org/regauth/oui/index.shtml
is the IEEE registration authority for MAC addresses where you can do a
search or even download the entire database. But as Marcel mentions, it's
only good for the BT radio chip manufacturer, not the brand name of the
phone in which it is used.
Todd
On 7/24/06, Yuriy Vikulov <vikulov@rscenter.ru> wrote:
>
> Hello!
>
> Can anybody tell me if there is any database of mac addresses ( or some
> maskes),
> which can be used to determine name of firm manufacture of phone. For
> example,
> Sony erricson or Siemens. May be, Someone knows another way?
>
> Thanks.
> Yuriy
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
[-- Attachment #1.2: Type: text/html, Size: 2332 bytes --]
[-- Attachment #2: Type: text/plain, Size: 348 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-24 11:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-24 10:00 [Bluez-devel] Database of MAC addresses Yuriy Vikulov
2006-07-24 10:08 ` Marcel Holtmann
2006-07-24 10:18 ` Yuriy Vikulov
2006-07-24 10:21 ` Marcel Holtmann
2006-07-24 10:30 ` Yuriy Vikulov
2006-07-24 11:56 ` Nelson Murilo
2006-07-24 10:23 ` A.M. Sabuncu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.