41 lines
1.9 KiB
HTML
41 lines
1.9 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||
|
<title>Libbtbb - Bluetooth baseband library</title>
|
||
|
</head>
|
||
|
<body style="width:600px">
|
||
|
<h1>Libbtbb - Bluetooth baseband library</h1>
|
||
|
<p>Libbtbb is the Bluetooth baseband library used by the Ubertooth and
|
||
|
gr-bluetooth projects. It is freely available under the
|
||
|
<a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL v2 license</a>.</p>
|
||
|
|
||
|
<h3>Getting libbtbb</h3>
|
||
|
<p>Libbtbb is built from source using either a released archive or the latest
|
||
|
code from our <a href="https://www.github.com/greatscottgadgets/libbtbb">git repository</a>.
|
||
|
To get started, do either of the following:</p>
|
||
|
<ul>
|
||
|
<li><a href="http://sourceforge.net/projects/libbtbb/files/latest/download?source=files">
|
||
|
Download the latest release</a></li>
|
||
|
<li>or clone the git repository using the following command:
|
||
|
<pre>git clone https://github.com/greatscottgadgets/libbtbb.git</pre></li>
|
||
|
<li style="list-style-type:none">If you prefer to use ssh and have a GitHub
|
||
|
account, you can use this command:
|
||
|
<pre>git clone git@github.com:greatscottgadgets/libbtbb.git</pre></li>
|
||
|
</ul>
|
||
|
|
||
|
<h3>Support</h3>
|
||
|
<p>Support for libbtbb is provided by
|
||
|
<a href="http://ubertooth.sourceforge.net/">project Ubertooth</a>, either using
|
||
|
the <a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
|
||
|
mailing list</a> or via IRC in #ubertooth on
|
||
|
<a href="http://freenode.net/irc_servers.shtml">chat.freenode.net</a></p>
|
||
|
<p>Bugs may be reported and tracked in the
|
||
|
<a href="https://github.com/greatscottgadgets/libbtbb/issues">ticketing system</a>.
|
||
|
Although it often helps to mention the bug report on the
|
||
|
<a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
|
||
|
Ubertooth mailing list</a> to be sure that it has been seen.</p>
|
||
|
</body>
|
||
|
</html>
|