Hey Kotlin folks, following up on my earlier post ...
# feed
y
Hey Kotlin folks, following up on my earlier post about RemoteBLE, I’ve published RemoteBLE Tools. It’s a Kotlin Multiplatform CLI for working with BLE devices through a remote RemoteBLE agent. You can scan nearby devices, inspect GATT tables, read characteristics, observe notifications, perform explicitly authorized writes, and manage leases from a terminal or CI runner. One part I’m especially excited about is the included installable Agent Skill. It gives coding agents a safe, practical workflow for hardware-in-the-loop tasks while keeping the CLI useful on its own. It’s easy to install with Homebrew on macOS or native DEB/RPM packages on Linux. There’s also a short read-only treadmill demo in the README. It’s still early in development, so feedback, bug reports, and ideas are very welcome.
🙌 3
K 1