Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`