https://github.com/sputnikdev/bluetooth-manager-bluegiga
A transport implementation for Bluetooth Manager based on Bluegiga API to work with BLE112 dongles (or similar)
https://github.com/sputnikdev/bluetooth-manager-bluegiga
Last synced: 3 days ago
JSON representation
A transport implementation for Bluetooth Manager based on Bluegiga API to work with BLE112 dongles (or similar)
- Host: GitHub
- URL: https://github.com/sputnikdev/bluetooth-manager-bluegiga
- Owner: sputnikdev
- License: apache-2.0
- Created: 2017-08-30T03:22:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T03:48:47.000Z (over 7 years ago)
- Last Synced: 2023-08-15T04:14:02.275Z (over 2 years ago)
- Language: Java
- Size: 479 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mvnrepository.com/artifact/org.sputnikdev/bluetooth-manager-bluegiga)
[](https://travis-ci.org/sputnikdev/bluetooth-manager-bluegiga)
[](https://coveralls.io/github/sputnikdev/bluetooth-manager-bluegiga?branch=master)
[](https://www.codacy.com/app/vkolotov/bluetooth-manager-bluegiga?utm_source=github.com&utm_medium=referral&utm_content=sputnikdev/bluetooth-manager-bluegiga&utm_campaign=Badge_Grade)
[](https://gitter.im/sputnikdev/bluetooth-manager-bluegiga?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# 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 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
sh .travis/install-dependencies.sh
```
Then run maven build:
```sh
mvn clean install
```