probr-uzh / probr-analysis

Analysis components for the probr WiFi tracking system
MIT License
14 stars 9 forks source link

conceptualize and implement sessions #14

Closed dschoeni closed 9 years ago

dschoeni commented 9 years ago

Write a MapReduce Query that identifies sessions from packets, which are minimum 5 minutes long. A sessions should contain a start and end date, as well as the identifying MAC-Address of the device. This should be an incremental MapReduce Task.

{ mac_address: XX-YY-XX, start: IsoDate(), end: IsoDate() }

gmazlami commented 9 years ago

Has been implemented.