##Installing and running the client application :
- Import the source code in Android Studio
- Click Path -> *. Build *. Build APK
- APK will be generated under the system path (if default paths are used) C:\Users{User}\AndroidStudioProjects\WalkPattern\app\build\outputs\apk
- Copy this apk file to an android device and install it
##What the application aims to acheive : It tries to use a form of indentity verification to record and compare different users. It uses accelerometer and magnetometer to define the way a user walks/moves. This data is then used to mark a user.
Link to server for this android app
Technologies and frameworks used :
- Android
- MEAN stack *. MongoDB *. Express *. Node
- Handelbars
- fusion charts
To run this application use an Android IDE to import this project. Play this project via AVD or export a apk file to your android device and run it.
Settings on UI :
- Seconds to record the data for (this is the duration of the latest x seconds of the data for the sensor)
- Host Name : give the IP of the server
- username
How the application works :
- It records the last x seconds of the data stored under a username.
- User needs to record the sensor data three times
- once the user records the data three times it is sent over to the server to be processed.
Sample Screen