xref: /libbtbb/web/index.html (revision ce71e630e5496f85d87d4b094d0aa4a0df8fc867)
1355b5a9bSDominic Spill<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2355b5a9bSDominic Spill    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3355b5a9bSDominic Spill<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4355b5a9bSDominic Spill<head>
5355b5a9bSDominic Spill<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6355b5a9bSDominic Spill<title>Libbtbb - Bluetooth baseband library</title>
7355b5a9bSDominic Spill</head>
8355b5a9bSDominic Spill<body style="width:600px">
9355b5a9bSDominic Spill<h1>Libbtbb - Bluetooth baseband library</h1>
10355b5a9bSDominic Spill<p>Libbtbb is the Bluetooth baseband library used by the Ubertooth and
11355b5a9bSDominic Spillgr-bluetooth projects.  It is freely available under the
12355b5a9bSDominic Spill<a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL v2 license</a>.</p>
13355b5a9bSDominic Spill
14355b5a9bSDominic Spill<h3>Getting libbtbb</h3>
15355b5a9bSDominic Spill<p>Libbtbb is built from source using either a released archive or the latest
16209acb71SDominic Spillcode from our <a href="https://www.github.com/greatscottgadgets/libbtbb">git repository</a>.
17355b5a9bSDominic SpillTo get started, do either of the following:</p>
18355b5a9bSDominic Spill<ul>
19355b5a9bSDominic Spill<li><a href="http://sourceforge.net/projects/libbtbb/files/latest/download?source=files">
20355b5a9bSDominic SpillDownload the latest release</a></li>
21355b5a9bSDominic Spill<li>or clone the git repository using the following command:
229fbd1ed5SDominic Spill<pre>git clone https://github.com/greatscottgadgets/libbtbb.git</pre></li>
23*ce71e630SDominic Spill<li style="list-style-type:none">If you prefer to use ssh and have a GitHub
24*ce71e630SDominic Spillaccount, you can use this command:
25*ce71e630SDominic Spill<pre>git clone [email protected]:greatscottgadgets/libbtbb.git</pre></li>
26355b5a9bSDominic Spill</ul>
27355b5a9bSDominic Spill
28355b5a9bSDominic Spill<h3>Support</h3>
29355b5a9bSDominic Spill<p>Support for libbtbb is provided by
30355b5a9bSDominic Spill<a href="http://ubertooth.sourceforge.net/">project Ubertooth</a>, either using
31355b5a9bSDominic Spillthe <a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
32355b5a9bSDominic Spillmailing list</a> or via IRC in #ubertooth on
33355b5a9bSDominic Spill<a href="http://freenode.net/irc_servers.shtml">chat.freenode.net</a></p>
34355b5a9bSDominic Spill<p>Bugs may be reported and tracked in the
35209acb71SDominic Spill<a href="https://github.com/greatscottgadgets/libbtbb/issues">ticketing system</a>.
36355b5a9bSDominic SpillAlthough it often helps to mention the bug report on the
37355b5a9bSDominic Spill<a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
38355b5a9bSDominic SpillUbertooth mailing list</a> to be sure that it has been seen.</p>
39355b5a9bSDominic Spill</body>
40355b5a9bSDominic Spill</html>
41