xref: /libbtbb/web/index.html (revision 209acb71879f8217753a8fe9c1dea1aa65f3d819)
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
16*209acb71SDominic 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:
22355b5a9bSDominic Spill<pre>git clone git://git.code.sf.net/p/libbtbb/code libbtbb</pre></li>
23355b5a9bSDominic Spill<li style="list-style-type:none">If you have a proxy that prevents you from
24355b5a9bSDominic Spillusing the git protocol, use http as follows:
25355b5a9bSDominic Spill<pre>git clone http://git.code.sf.net/p/libbtbb/code libbtbb</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
35*209acb71SDominic 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