Lastleaf (moblie client) is a mobile client application that produces iBeacons
and sends GPS data as payload using the Bluetooth LE
technology.
Please visit these links to check if your device supports iBeacons
:
- https://en.wikipedia.org/wiki/IBeacon#Compatible_devices
- https://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.html
Lastleaf (moblie client) is an android application that requests for current GPS location from user and generates beacons to broadcast the GPS data
(current latitude and longitude) as payload. The beacons released maintains iBeacon
standards. More here. Please note that this application does not involve capturing existing beacons in space. The produced iBeacon
gets captured by a Raspberry pi zero W
hardware and triggers events declared in repository here.
Please make sure to have the following library and dependency before compiling.
dependencies {
implementation 'org.altbeacon:android-beacon-library:2.16.1'
}