From 93a43b40920a40a3e6a53ca021d95e276673ca9a Mon Sep 17 00:00:00 2001 From: Robert Goodall Date: Wed, 29 Jul 2026 23:16:01 -0400 Subject: [PATCH] Add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 143719d..84b984b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Bluehound +[![CI](https://git.nerdworks.io/nerdworks/bluehound/actions/workflows/ci.yaml/badge.svg?branch=main)](https://git.nerdworks.io/nerdworks/bluehound/actions?workflow=ci.yaml) + Continuous BLE and Classic Bluetooth scanner with time-searchable logging, a REST API, and a web dashboard. Built for macOS and embedded/sensor-node deployments with WiFi streaming support. Bluehound scans nearby Bluetooth devices in a loop, enriches each observation (manufacturer, service UUIDs, device class, estimated distance, Apple Continuity data), and persists everything to SQLite. A built-in HTTP server exposes the data for the bundled dashboard or any client.