1USE CASE 5
2==========
3
4# Connecting multiple Bumble python applications
5
6Write several python applications (ex: a GATT client that will connect to a hear rate sensor, or a GATT server exposing a battery level) and connect them together
7
8```
9+--------++--------++------------+                        +------------++--------++--------+
10| Bumble || Bumble || Bumble     |                        | Bumble     || Bumble || Bumble |
11| Python || Host   || Controller |<--+                +-->| Controller || Host   || Python |
12| App    ||        ||            |   |   +--------+   |   |            ||        || App    |
13+--------++--------++------------+   +-->| Bumble |<--+   +------------++--------++--------+
14                                         | Link   |
15+--------++--------++------------+   +-->| Relay  |<--+   +------------++--------++--------+
16| Bumble || Bumble || Bumble     |   |   +--------+   |   | Bumble     || Bumble || Bumble |
17| Python || Host   || Controller |<--+                +-->| Controller || Host   || Python |
18| App    ||        ||            |                        |            ||        || App    |
19+--------++--------++------------+                        +------------++--------++--------+
20```
21