https://github.com/don/many-ble-notifications
https://github.com/don/many-ble-notifications
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/don/many-ble-notifications
- Owner: don
- Created: 2015-09-23T18:49:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T18:54:17.000Z (over 10 years ago)
- Last Synced: 2025-01-05T07:44:58.178Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test project for [cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central) looking at the max number of notifications. See [Issue #100](https://github.com/don/cordova-plugin-ble-central/issues/100).
## Bluetooth service
$ cd bleno
$ npm install
$ node index.js
## Cordova app
$ cd cordova
$ cordova plugin add cordova-plugin-ble-central
$ cordova plugin add cordova-plugin-console
### Android
$ cordova platform add android
$ cordova run android --device
### iOS
$ cordova platform add ios
$ open platforms/ios/Many.xcodeproj