Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyasskin/btdeviceinfo
A Chrome App to display BTLE Device Info, using the Web Bluetooth polyfill
https://github.com/jyasskin/btdeviceinfo
Last synced: about 1 month ago
JSON representation
A Chrome App to display BTLE Device Info, using the Web Bluetooth polyfill
- Host: GitHub
- URL: https://github.com/jyasskin/btdeviceinfo
- Owner: jyasskin
- License: apache-2.0
- Created: 2014-12-18T03:27:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T22:40:47.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T04:44:46.945Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bluetooth Device Information
============================Chrome App for interacting with BTLE devices that expose the Device Info service.
This is a [Polymer](http://www.polymer-project.org/) app, so you'll need to do a couple steps before loading it into Chrome:
1. Run `bower install` to create the `bower_components` directory.
2. Open the project in [the Chrome Dev Editor](https://chrome.google.com/webstore/detail/chrome-dev-editor-develop/pnoffddplpippgcfjdhbmhkofpnaalpg).
3. Right click on `bower_components`, and select `Refactor for CSP`.Then you should be able to iterate as normal.