* [Bluez-devel] Are there any docs to BlueZ implementation?
@ 2006-12-08 16:25 Waldemar Rymarkiewicz
2006-12-10 8:30 ` Martin Röhricht
0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Rymarkiewicz @ 2006-12-08 16:25 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]
Can I find any technical docs concernig BlueZ implementation (what, where,
data flow etc.)? Is reverse engineering the only way to find out how the
stuff works?
I've worked with Qualcomm BT stack (QBT) and wanna take a look what is
going on in BlueZ. Unfortunately have not experience with linux kernel
hacking :/ ....
Thanks,
Waldek
[-- Attachment #1.2: Type: text/html, Size: 404 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 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] 3+ messages in thread
* Re: [Bluez-devel] Are there any docs to BlueZ implementation?
2006-12-08 16:25 [Bluez-devel] Are there any docs to BlueZ implementation? Waldemar Rymarkiewicz
@ 2006-12-10 8:30 ` Martin Röhricht
2006-12-11 9:03 ` Waldemar Rymarkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Martin Röhricht @ 2006-12-10 8:30 UTC (permalink / raw)
To: BlueZ development
Hi Waldek,
Am Freitag, den 08.12.2006, 17:25 +0100 schrieb Waldemar Rymarkiewicz:
> Can I find any technical docs concernig BlueZ implementation (what,
> where, data flow etc.)? Is reverse engineering the only way to find
> out how the stuff works?
> I've worked with Qualcomm BT stack (QBT) and wanna take a look what
> is going on in BlueZ. Unfortunately have not experience with linux
> kernel hacking :/ ....
the implementation of L2CAP Flow Control Mode ended in a study thesis
for my university. The thesis itself contains some information about my
experiences in BlueZ kernel hacking and is written in English -- this
may be worth a look:
http://www.roehricht.info/files/studienarbeit_bluez.pdf
Besides that it is rather hard to find BlueZ specific documentation.
Mainly the source is the documentation. Anyway the source is easy to
read once you got the basic understanding from the specification.
You will mainly need the official specification as a reference. At the
end of my thesis is a bibliography with some useful books that might
help you, too.
Martin
-------------------------------------------------------------------------
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] 3+ messages in thread
* Re: [Bluez-devel] Are there any docs to BlueZ implementation?
2006-12-10 8:30 ` Martin Röhricht
@ 2006-12-11 9:03 ` Waldemar Rymarkiewicz
0 siblings, 0 replies; 3+ messages in thread
From: Waldemar Rymarkiewicz @ 2006-12-11 9:03 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 1800 bytes --]
Martin,
For sure will help me. Thanks,
Waldek
2006/12/10, Martin Röhricht <ml@felicis.org>:
>
> Hi Waldek,
>
> Am Freitag, den 08.12.2006, 17:25 +0100 schrieb Waldemar Rymarkiewicz:
> > Can I find any technical docs concernig BlueZ implementation (what,
> > where, data flow etc.)? Is reverse engineering the only way to find
> > out how the stuff works?
> > I've worked with Qualcomm BT stack (QBT) and wanna take a look what
> > is going on in BlueZ. Unfortunately have not experience with linux
> > kernel hacking :/ ....
>
> the implementation of L2CAP Flow Control Mode ended in a study thesis
> for my university. The thesis itself contains some information about my
> experiences in BlueZ kernel hacking and is written in English -- this
> may be worth a look:
> http://www.roehricht.info/files/studienarbeit_bluez.pdf
>
> Besides that it is rather hard to find BlueZ specific documentation.
> Mainly the source is the documentation. Anyway the source is easy to
> read once you got the basic understanding from the specification.
> You will mainly need the official specification as a reference. At the
> end of my thesis is a bibliography with some useful books that might
> help you, too.
>
> Martin
>
>
> -------------------------------------------------------------------------
> 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: 2404 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 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] 3+ messages in thread
end of thread, other threads:[~2006-12-11 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 16:25 [Bluez-devel] Are there any docs to BlueZ implementation? Waldemar Rymarkiewicz
2006-12-10 8:30 ` Martin Röhricht
2006-12-11 9:03 ` Waldemar Rymarkiewicz
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.