|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .github/workflows/ | | 03-May-2024 | - | 108 | 59 |
| apps/ | | 03-May-2024 | - | 2,115 | 1,392 |
| bumble/ | | 03-May-2024 | - | 23,676 | 17,978 |
| docs/ | | 03-May-2024 | - | 1,409 | 1,083 |
| examples/ | | 03-May-2024 | - | 3,316 | 2,139 |
| tests/ | | 03-May-2024 | - | 2,151 | 1,461 |
| utils/ | | 03-May-2024 | - | 39 | 12 |
| web/ | | 03-May-2024 | - | 195 | 138 |
| .gitignore | D | 03-May-2024 | 163 | 12 | 11 |
| Android.bp | D | 03-May-2024 | 579 | 29 | 26 |
| CONTRIBUTING.md | D | 03-May-2024 | 1.1 KiB | 30 | 21 |
| LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 |
| METADATA | D | 03-May-2024 | 399 | 18 | 16 |
| MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | | |
| OWNERS | D | 03-May-2024 | 63 | 4 | 3 |
| README.md | D | 03-May-2024 | 1.6 KiB | 35 | 23 |
| environment.yml | D | 03-May-2024 | 152 | 10 | 9 |
| noxfile.py | D | 03-May-2024 | 703 | 22 | 5 |
| pyproject.toml | D | 03-May-2024 | 140 | 6 | 4 |
| setup.cfg | D | 03-May-2024 | 2.2 KiB | 69 | 64 |
| setup.py | D | 03-May-2024 | 619 | 17 | 2 |
| tasks.py | D | 03-May-2024 | 1.4 KiB | 58 | 29 |
README.md
1
2 _ _ _
3 | | | | | |
4 | |__ _ _ ____ | |__ | | _____
5 | _ \| | | | \| _ \| || ___ |
6 | |_) ) |_| | | | | |_) ) || ____|
7 |____/|____/|_|_|_|____/ \_)_____)
8
9Bluetooth Stack for Apps, Emulation, Test and Experimentation
10=============================================================
11
12<img src="docs/mkdocs/src/images/logo_framed.png" alt="drawing" width="200" height="200"/>
13
14Bumble is a full-featured Bluetooth stack written entirely in Python. It supports most of the common Bluetooth Low Energy (BLE) and Bluetooth Classic (BR/EDR) protocols and profiles, including GAP, L2CAP, ATT, GATT, SMP, SDP, RFCOMM, HFP, HID and A2DP. The stack can be used with physical radios via HCI over USB, UART, or the Linux VHCI, as well as virtual radios, including the virtual Bluetooth support of the Android emulator.
15
16## Documentation
17
18Browse the pre-built [Online Documentation](https://google.github.io/bumble/),
19or see the documentation source under `docs/mkdocs/src`, or build the static HTML site from the markdown text with:
20```
21mkdocs build -f docs/mkdocs/mkdocs.yml
22```
23
24## License
25
26Licensed under the [Apache 2.0](LICENSE) License.
27
28## Disclaimer
29
30This is not an official Google product.
31
32This library is in alpha and will be going through a lot of breaking changes. While releases will be stable enough for prototyping, experimentation and research, we do not recommend using it in any production environment yet.
33Expect bugs and sharp edges.
34Please help by trying it out, reporting bugs, and letting us know what you think!
35