| Crates.io | galaxy_buds_rs |
| lib.rs | galaxy_buds_rs |
| version | 0.2.10 |
| created_at | 2020-12-28 15:07:21.624967+00 |
| updated_at | 2021-08-06 11:24:03.806248+00 |
| description | The Galaxy Buds rfcomm protocol reverse engineered |
| homepage | |
| repository | https://github.com/JojiiOfficial/GalaxyBuds-rs |
| max_upload_size | |
| id | 328293 |
| size | 101,531 |
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
Add this to your Cargo.toml
galaxy_buds_rs = "0.2.1"
Or if you have cargo edit:
cargo add galaxy_buds_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