Add CI badge to README
CI / validate (push) Successful in 16s

This commit is contained in:
Robert Goodall
2026-07-29 23:16:01 -04:00
parent ae81bd8264
commit 93a43b4092
+2
View File
@@ -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.