antplusbridge/cmd/bridge
Erik Brakkee 7f52f0ff68 feat: make --device flag optional with 'any' default
When --device is omitted or set to 0, the bridge listens to all
broadcasting ANT+ trainers instead of filtering by a specific device.
The actual transmitting device ID is shown in data logs, allowing
users to discover and then filter specific trainers.

Also fix vendorID/productID not being assigned to config struct
which caused ListenForTrainer to receive 0 for both values.
2026-05-26 23:06:05 +00:00
..
ant.go feat: make --device flag optional with 'any' default 2026-05-26 23:06:05 +00:00
bluetooth.go feat: add protocol prefixes to log messages 2026-05-26 22:45:43 +00:00
cli.go feat: make --device flag optional with 'any' default 2026-05-26 23:06:05 +00:00
event.go Fully functional ant+ to bluetooth bridge. 2026-05-27 00:36:06 +02:00
log.go fix: synchronize logs, buffer events channel, exit on goroutine failure 2026-05-27 00:36:06 +02:00