Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.03 KB

airwatch-watch

"airwatch points"

AirWatch is a set of tools for "Enterprise mobility management". lots of companies install it on company issued laptops, phones etc for remote management.

disturbingly, amongst other things, the airwatch client continuously logs location, altitude and even current velocity data.

this script extracts a `timestamp, id, current ip, latitude, longitude, altitude, speed' csv from data stored in an airwatch log file. on a mac, this can be found in:

/Library/Application\ Support/AirWatch/Data/Logs/AWLogs.log

running

1) extract coordinates

copy the AWSLogs.log file somewhere, then in the same working dir:

./parse.sh

you will end up with push.csv and push_points.geojson.

3) visualise

a leaflet.js + turf,js visualisation is in vis/.