Remote Security Perimeter
The following sensors are monitored for a measurable change, and then recorded to an event log on the device:
- Accelerometer/Gyro: phone’s motion and vibration
- Light: change in light from ambient light sensor
- Power: detect device being unplugged or power loss
- Altimeter: motion from simple location changes
- Microphone: noises in the environment
- Network: interruptions or changes to connection
- Camera: motion in the phone’s visible surroundings from front or back camera
- Location: changes in device speed or GPS coordinates
The following sensors are monitored on most devices iOS 10+:
- Barometer: ambient room pressure
The application can be built using Xcode. Raven relies on a few third-party dependencies, all free/open source and listed below.
The project is currently in alpha status and doesn't have a stable build yet. We're working on that, until then we are building toward that first release. Build the prototype and contribute to the project using the instructions below:
- Clone or download from: https://github.com/root-down/Raven/releases
- Open the project folder in terminal
- run 'pod install'
- Open the created Raven.xcworkspace
- Read the CONTRIBUTING guide & Code-of-conduct
This project contains source code or library dependencies from the follow projects:
-
EZAudio: https://github.com/syedhali/EZAudio - Copyright (c) 2013 Syed Haris Ali (MIT)
-
SCLAlertView-Objective-C: https://github.com/dogo/SCLAlertView - Copyright (c) 2013-2014 SCLAlertView-Objective-C by Diogo Autilio (MIT)