Crates.io | rustable |
lib.rs | rustable |
version | 0.3.0 |
source | src |
created_at | 2020-08-04 19:12:04.643082 |
updated_at | 2021-07-15 20:00:57.008738 |
description | Another crate for using Bluetooth Low Energy with Bluez. |
homepage | |
repository | https://github.com/cmaves/rustable |
max_upload_size | |
id | 272995 |
size | 150,715 |
rustable is yet another library for interfacing Bluez over DBus. Its objective is to be a comprehensive tool for creating Bluetooth Low Energy enabled applications in Rust on Linux. It will supports to interacting with remote devices as a GATT client, and creating local services as a GATT Server. It currently allows the creation of advertisements/broadcasts as a Bluetooth peripherial. //!
This library is unstable in alpha. There are planned functions in the API that have yet to be implemented. Unimplemented function are noted. The API is subject to breaking changes.
Documentation for the master branch can be found here.
Documentation for the current release can be found here