https://github.com/don/duplicate-uuid
Cordova & Bleno project to test Bluetooth LE services with duplicate UUIDs
https://github.com/don/duplicate-uuid
Last synced: 11 months ago
JSON representation
Cordova & Bleno project to test Bluetooth LE services with duplicate UUIDs
- Host: GitHub
- URL: https://github.com/don/duplicate-uuid
- Owner: don
- Created: 2015-09-16T22:19:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T22:23:38.000Z (over 10 years ago)
- Last Synced: 2025-02-23T17:25:36.959Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Bluetooth LE duplicate UUID
[Cordova](http://cordova.apache.org) and [bleno](https://github.com/sandeepmistry/bleno) project to test Bluetooth LE services with duplicate UUIDs causing bugs with [cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central).
See [Issue 82](https://github.com/don/cordova-plugin-ble-central/issues/82) and [Pull Request 94](https://github.com/don/cordova-plugin-ble-central/pull/94).
### Run the Bluetooth Service
$ cd bleno
$ npm install
$ node .
### Cordova
$ cordova plugin install cordova-plugin-ble-central
$ cordova platform add android
$ cordova platform add ios
$ cordova run