Built in direct support of the PACT (Private Automatic Contact Tracing) effort
- Pairwise Experiment: Installing this application on two devices will allow you to collect RSSI data from two advertising devices
- Data Export: Export data from this application and share the data via email or other platforms
- You should have Node and NPM installed (detailed in step 2)
- Install the Ionic CLI
- Clone this repository
- Run
npm install
in the project directory (/pact/pact-toolkit-ionic
) - Run
ionic serve
from the same directory to test
You can run the code right in your browser, but a physical device is required for Bluetooth functionality.
Note: Some configuration of your Java environment is required, and this command may not work out of the box.
To build for Android:
ionic cordova build android
To run directly on a connected device:
Ionic cordova run android
Coming soon