bluez

Crates.iobluez
lib.rsbluez
version0.4.0
sourcesrc
created_at2019-02-11 05:15:56.90861
updated_at2022-08-03 20:44:44.514247
descriptionControl Bluetooth on Linux.
homepage
repositoryhttps://github.com/laptou/bluez-rs
max_upload_size
id114014
size245,967
Ibiyemi Abiodun (laptou)

documentation

README

bluez-rs

A library for controlling Bluetooth on Linux.

crates.io crates.io

Documentation Examples

Some of the examples require elevated permissions. For example, to run the discover example, clone this repository, cargo build --example discover, then sudo setcap cap_net_admin+ep target/debug/examples/discover, then target/debug/examples/discover. Many of the functions of this crate are not possible without the CAP_NET_ADMIN capability.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bluez by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 194

cargo fmt