mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
|
|
_ _ _
|
|
| | | | | |
|
|
| |__ _ _ ____ | |__ | | _____
|
|
| _ \| | | | \| _ \| || ___ |
|
|
| |_) ) |_| | | | | |_) ) || ____|
|
|
|____/|____/|_|_|_|____/ \_)_____)
|
|
|
|
Bluetooth Stack for Apps, Emulation, Test and Experimentation
|
|
=============================================================
|
|
|
|
<img src="docs/mkdocs/src/images/logo_framed.png" alt="drawing" width="200" height="200"/>
|
|
|
|
## Documentation
|
|
|
|
See the documentation under `docs/mkdocs/src`, or build the static HTML site from the markdown text with:
|
|
```
|
|
mkdocs build -f docs/mkdocs/mkdocs.yml
|
|
```
|
|
|
|
## License
|
|
|
|
Licensed under the [Apache 2.0](LICENSE) License.
|
|
|
|
## Disclaimer
|
|
|
|
This is not an official Google product.
|
|
|
|
This 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.
|
|
Expect bugs and sharp edges.
|
|
Please help by trying it out, reporting bugs, and letting us know what you think!
|