Skip to content

A Bluetooth Low Energy scanner developed with Meteor.js and Cordova.

License

Notifications You must be signed in to change notification settings

shaunstoltz/blescanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cross-platform BLE Scanner developed with Meteor.js and Cordova.

Android

Even though cordova is cross-platform, I have only tested it with Android yet.

Setup

https://www.meteor.com/tutorials/blaze/running-on-mobile

Running

//local server
meteor run android-device -p <local port>  # meteor server is spawned on your computer

//production server
meteor run android-device -v --mobile-server <remote server>

TODO

  • Enable BLE if it is disabled on the phone
  • Replace javascript alerts with Bootstrap alerts.

About

A Bluetooth Low Energy scanner developed with Meteor.js and Cordova.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 31.8%
  • CSS 0.3%