xref: /libbtbb/web/index.html (revision 355b5a9bf07e03a6e7ca337bd46a42665d85278f)
1*355b5a9bSDominic Spill<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2*355b5a9bSDominic Spill    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3*355b5a9bSDominic Spill<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4*355b5a9bSDominic Spill<head>
5*355b5a9bSDominic Spill<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6*355b5a9bSDominic Spill<title>Libbtbb - Bluetooth baseband library</title>
7*355b5a9bSDominic Spill</head>
8*355b5a9bSDominic Spill<body style="width:600px">
9*355b5a9bSDominic Spill<h1>Libbtbb - Bluetooth baseband library</h1>
10*355b5a9bSDominic Spill<p>Libbtbb is the Bluetooth baseband library used by the Ubertooth and
11*355b5a9bSDominic Spillgr-bluetooth projects.  It is freely available under the
12*355b5a9bSDominic Spill<a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL v2 license</a>.</p>
13*355b5a9bSDominic Spill
14*355b5a9bSDominic Spill<h3>Getting libbtbb</h3>
15*355b5a9bSDominic Spill<p>Libbtbb is built from source using either a released archive or the latest
16*355b5a9bSDominic Spillcode from our <a href="http://sourceforge.net/p/libbtbb/code/">git repository</a>.
17*355b5a9bSDominic SpillTo get started, do either of the following:</p>
18*355b5a9bSDominic Spill<ul>
19*355b5a9bSDominic Spill<li><a href="http://sourceforge.net/projects/libbtbb/files/latest/download?source=files">
20*355b5a9bSDominic SpillDownload the latest release</a></li>
21*355b5a9bSDominic Spill<li>or clone the git repository using the following command:
22*355b5a9bSDominic Spill<pre>git clone git://git.code.sf.net/p/libbtbb/code libbtbb</pre></li>
23*355b5a9bSDominic Spill<li style="list-style-type:none">If you have a proxy that prevents you from
24*355b5a9bSDominic Spillusing the git protocol, use http as follows:
25*355b5a9bSDominic Spill<pre>git clone http://git.code.sf.net/p/libbtbb/code libbtbb</pre></li>
26*355b5a9bSDominic Spill</ul>
27*355b5a9bSDominic Spill
28*355b5a9bSDominic Spill<h3>Support</h3>
29*355b5a9bSDominic Spill<p>Support for libbtbb is provided by
30*355b5a9bSDominic Spill<a href="http://ubertooth.sourceforge.net/">project Ubertooth</a>, either using
31*355b5a9bSDominic Spillthe <a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
32*355b5a9bSDominic Spillmailing list</a> or via IRC in #ubertooth on
33*355b5a9bSDominic Spill<a href="http://freenode.net/irc_servers.shtml">chat.freenode.net</a></p>
34*355b5a9bSDominic Spill<p>Bugs may be reported and tracked in the
35*355b5a9bSDominic Spill<a href="http://sourceforge.net/p/libbtbb/tickets/">ticketing system</a>.
36*355b5a9bSDominic SpillAlthough it often helps to mention the bug report on the
37*355b5a9bSDominic Spill<a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
38*355b5a9bSDominic SpillUbertooth mailing list</a> to be sure that it has been seen.</p>
39*355b5a9bSDominic Spill</body>
40*355b5a9bSDominic Spill</html>