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.
- 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!
- Run app.py
cd Wifi-Indoor-Location/src
python run.py
- View http://localhost:5000/ on Firefox
PyWifi: https://github.com/awkman/pywifi
Mac OS CWInterface: https://developer.apple.com/documentation/corewlan/cwinterface