initial import

This commit is contained in:
Gilles Boccon-Gibod
2022-05-16 19:42:31 -07:00
commit 6ac91f7dec
185 changed files with 32064 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
USE CASES
=========
While the Bumble project aims to be a general purpose set of libraries and tools for any purpose, there are some typical use case patterns that are typical and representative of what can be done.
* [Use case 1](use_case_1.md) - Bumble python application connected to a "real" Bluetooth device with a physical controller
* [Use case 2](use_case_2.md) - Native Bluetooth application connected to a Bumble python application with virtual controller
* [Use case 3](use_case_3.md) - Emulated Bluetooth device connected to a Bumble python application with virtual controller
* [Use case 4](use_case_4.md) - Connecting two emulated Bluetooth devices
* [Use case 5](use_case_5.md) - Connecting multiple Bumble python applications
* [Use case 6](use_case_6.md) - Connecting an emulated Bluetooth device to a physical controller