Crates.io | galaxy_buds_live_rs |
lib.rs | galaxy_buds_live_rs |
version | 0.2.0 |
source | src |
created_at | 2020-10-09 16:46:31.413596 |
updated_at | 2020-11-28 23:55:46.857485 |
description | The Galaxy Buds live bluetooth protocol reverse engineered |
homepage | |
repository | https://github.com/JojiiOfficial/GalaxyBudsLive-rs |
max_upload_size | |
id | 297750 |
size | 90,339 |
A reverse engineered rust wrapper for the GalaxyBudsLive bluetooth protocol. Can be used to communicate with your earbuds from rust. You can find a cli tool controlling your Earbuds on linux here
Add this to your Cargo.toml
galaxy_buds_live_rs = "0.1.5"
Or if you have cargo edit
:
cargo add galaxy_buds_live_rs
Set the address
value in examples/receive.rs
to your Buds' mac address and run following:
cargo --example receive
Set the address
value in examples/send.rs
to your Buds' mac address and run following:
cargo --example send