Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.6 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.6 KB

WifiMap

Indoor localization based on Wifi fingerprints.

Installation

  • Open the Terminal.app

    • On your Mac, click the Spotlight icon (if shown) in the menu bar, or press Command-Space bar: Show the Spotlight search field and search for "Terminal.app"
  • cd Desktop/ (cd - change directory) to a location where you want to install the WifiScanner

  • git clone https://github.com/miligithub/WifiMap.git

  • cd WifiMap

  • python3 -m pip install -r requirements.txt

  • python3 main.py

  • Use open . again and check the folder.

Don't forget to change the settings to stop your Mac from sleeping. A sleeping Mac won't collect the wifi data.

  • On your Mac, choose Apple menu > System Preferences, then click Energy Saver.
  • Keep your Mac from going to sleep automatically: Select “Prevent computer from sleeping automatically when the display is off.”