/bluetooth-manager-bluegiga

A transport implementation for Bluetooth Manager based on Bluegiga API to work with BLE112 dongles (or similar)

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central Build Status Coverage Status Codacy Badge Join the chat at https://gitter.im/sputnikdev/bluetooth-manager-bluegiga

bluetooth-manager-bluegiga

A transport implementation for Bluetooth Manager based on Bluegiga API to work with BLE112 dongles (or similar)

Troubleshooting

  • Adapters are not getting discovered.
    • Make sure your user has got sufficient permissions to access adapters (serial ports) in your OS (e.g. sudo adduser <username> dialout)

Contribution

To build the project you will need to install the Bluegiga library into your maven repository. Run this in the root of the project:

sh .travis/install-dependencies.sh

Then run maven build:

mvn clean install