Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandtritsch/scala-android-beacon-scanner
Showing how to scan beacons with Scala
https://github.com/rolandtritsch/scala-android-beacon-scanner
Last synced: about 18 hours ago
JSON representation
Showing how to scan beacons with Scala
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-android-beacon-scanner
- Owner: rolandtritsch
- Created: 2014-03-25T19:41:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T19:28:51.000Z (over 10 years ago)
- Last Synced: 2024-04-16T12:19:40.875Z (10 months ago)
- Language: Scala
- Size: 691 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beacon Scanner
It find all beacons in your proximity and is colouring them based on their signal strength, means the app is a beacon scanner AND a beacon finder :).
Funny enough ... I actually wrote the app the find my beacons after I moved house.
## How to make it work
* clone the repo and build it with `sbt compile`
* connect your device with an USB cable
* the device must run android 4.3 (android-18)
* run `adb devices` to check that you can see the device and that it is the first/only one in the list
* install the app with `sbt install`## TODOs
* look/grep for `@todo`