/BaseBeaconScanner

The framework independent part of the BLE scanner

Primary LanguageJavaApache License 2.0Apache-2.0

BaseBeaconScanner

The framework independent part of the BLE scanner. Build and install this using:

mvn install

This does hava a runtime dependency on the BeaconScannerJNI in order to load the beacon scanner native library.

In order to have the scanner display information on an attached LCD display, you also need to build the LCDDisplays project to create the lcdDisplay native code used by the org.jboss.rhiot.beacon.lcd package.