From f7b74c0bcb59527c238e691adfa72053a65302be Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Sun, 29 Oct 2023 10:03:31 -0700 Subject: [PATCH] add hive to index page --- docs/mkdocs/src/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/mkdocs/src/index.md b/docs/mkdocs/src/index.md index c81f7ff..aae6e54 100644 --- a/docs/mkdocs/src/index.md +++ b/docs/mkdocs/src/index.md @@ -152,11 +152,23 @@ Some platforms support features that not all platforms support See the [Platforms page](platforms/index.md) for details. + +Hive +---- + +The Hive is a collection of example apps and virtual devices that are implemented using the +Python Bumble API, running entirely in a web page. This is a convenient way to try out some +of the examples without any Python installation, when you have some other virtual Bluetooth +device that you can connect to or from, such as the Android Emulator. + +See the [Bumble Hive](hive/index.md) for details. + Roadmap ------- Future features to be considered include: + * More profiles * More device examples * Add a new type of virtual link (beyond the two existing ones) to allow for link-level simulation (timing, loss, etc) * Bindings for languages other than Python