lemmingapex / RSSI-Geolocation

RSSI-based smartphone geolocation using flying robots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSSI-based smartphone geolocation using flying robots

This project aims to geolocalize people by analyzing the Probe Request packets sent by their smartphone, when the Wifi is turned on. The sniffer interfaces (Wifi dongle with monitor mode enabled) are placed on flying robots for the purpose of this project, but they could be attach to any vehicle or fixed station.

It is a Master semester project conducted at EPFL, don't hesitate to take a look at the presentation's slides here.

For more information or questions, you can contact me at cheseauxjonathan@gmail.com

Usage On the plane :

<gpsfeeder> | ./PlaneSniffer <planeID> <mon_interface> <log_file_path>

On the base station :

./ThreadedServer

Live map : ../server/index.html

Replay framework : ../server/replay.html

Dependencies

Scapy - http://www.secdev.org/projects/scapy/

Tornado - http://www.tornadoweb.org/en/stable/

About

RSSI-based smartphone geolocation using flying robots

License:MIT License


Languages

Language:Python 57.1%Language:HTML 24.6%Language:JavaScript 10.4%Language:CSS 7.5%Language:Shell 0.4%