Skip to content

KylinC/Wifi-Indoor-Location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wifi-Indoor-Location

SJTU CS339, Computer Networks, 2019fall

https://kylinchen.top/Wifi-Indoor-Location/


Refers to RSSI fingerprinting and RNN, we've coded a demo to achieve indoor location in our last-summer-merely-destroyed dormetory D19. We also build a 3D front-end to visualize the location result.

Dependency

  • Ubuntu/Windows:
cd Wifi-Indoor-Location

pip install packages/requirements_win_ubuntu.txt
  • Mac OS:
cd Wifi-Indoor-Location

pip install packages/requirements_macos.txt
cd Wifi-Indoor-Location/packages/pywifi_macos

pip install .

Tips: Firefox web-browser is recommanded for the demo!

Launch

  • Run app.py
cd Wifi-Indoor-Location/src

python run.py

References:

PyWifi: https://github.com/awkman/pywifi

Mac OS CWInterface: https://developer.apple.com/documentation/corewlan/cwinterface

About

SJTU-CS339 Project, Use WiFi RSSI to locate mobile devices indoors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published