Files
beamboxctl/README.md
T

43 lines
955 B
Markdown
Raw Normal View History

2026-02-02 18:23:31 +07:00
# beamboxctl
Unofficial CLI for managing beambox e-Badge devices over Bluetooth LE.
![beamboxctl screenshot](assets/screenshot.png)
## About beambox
[beambox](https://beambox.com.cn/) is a consumer electronics brand that makes e-Badge display devices which accept image uploads over BLE. This project is not affiliated with, endorsed by, or supported by the beambox manufacturer.
## Supported Devices
2026-02-03 00:31:36 +07:00
- [beambox e-Badge Pulse (Nikko)](https://beambox.com.cn/pages/shop) (368x368)
2026-02-02 18:23:31 +07:00
- Other beambox e-Badge models may work, but are untested
## Development
Requirements:
2026-06-09 14:00:41 +07:00
- NodeJS
- pnpm
2026-02-02 18:23:31 +07:00
- Bluetooth LE access on your system
Run in development mode:
```sh
2026-06-09 14:00:41 +07:00
pnpm run dev
2026-02-02 18:23:31 +07:00
```
Build and run the CLI:
```sh
2026-06-09 14:00:41 +07:00
pnpm run build
pnpm run start
2026-02-02 18:23:31 +07:00
```
## Legal
This is an unofficial, community-built project. It is provided as-is without warranty. All trademarks and product names are the property of their respective owners, including beambox.
## License
MIT