This repository contains the alpha version of Agile Bluetooth Low Energy protocol implementation:
Exposes the org.eclipse.agail.Protocol interface
- DBus interface name org.eclipse.agail.protocol.BLE
- DBus interface path /org/eclipse/agail/protocol/BLE
Under the scripts directory you can find different scripts to setup and start / stop the modules.
Note A java 8 compatible JDK and maven (mvn) must be already available in the system.
-
./scripts/start.shwill install (if not available) all the dependencies required to run and start the module. -
./scripts/stop.shwill stop/kill the modules. -
./scripts/install-deps.shis used to setup all the java and native dependencies to a local directory (placed in the./depsfolder)