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