GalaxyBuds-rs

crates PRs

A reverse engineered rust wrapper for the GalaxyBuds bluetooth protocol. Can be used to communicate with your earbuds using rust. You can find a cli tool controlling your Earbuds on linux here

To use:

Add this to your Cargo.toml galaxy_buds_rs = "0.2.1" Or if you have cargo edit: cargo add galaxy_buds_rs

Features

Receiving

Sending

Examples

Receive

Set the address value in examples/receive.rs to your Buds' mac address and run following: bash cargo --example receive

Send

Set the address value in examples/send.rs to your Buds' mac address and run following: bash cargo --example send