rustable 0.1.1

Another crate for using Bluetooth Low Energy with Bluez.
Documentation

rustable

rustable is yet another library for interfacing bluez over DBus.

Supported Features

GATT Server

  • Creating local services
  • Reading/Writing local characteristics
  • Notifying/Indicating local characteristics with sockets.
  • Notifying/Indicating local characteristics with DBus signals.

To Do:

  • Descriptors as a server.

GATT Client

  • Receiving remote notification/indications with sockets.

To Do:

  • Descriptors as a client.

Development status

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 also subject to breaking changes.