Skip to content
/ hci-rs Public

Bluetooth HCI parser for rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mwylde/hci-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust HCI

Build Status Crates.io Version docs

This library provides a rust parser for the Bluetooth Host Controller Interface protocol (HCI), which is used for communication between a controller (bluetooth chip) and host (a phone or PC, for example).

This library is likely to only be useful to you if you are implementing a bluetooth stack yourself. If you are looking for a high-level library to build bluetooth applications in Rust, take a look at rumble.

Currently this library is alpha quality. There are currently very few tests, and large parts of the protocol are not yet implemented.

About

Bluetooth HCI parser for rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages