File: index.html

package info (click to toggle)
libbtbb 2018.12.R1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,852 kB
  • sloc: ansic: 20,088; python: 922; sh: 186; makefile: 128; ruby: 21
file content (40 lines) | stat: -rw-r--r-- 1,976 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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>