Inspired by whereami. Passive indoor localization using the Wifi signal strength of a users devices. A set of slaves (like Raspberry Pis) is distributed at the location and send the signal strengths of detected devices to a master server. Based on a pretrained model the master predicts where the devices currently are located.
Copy example.env to .env and add the appropriate configuration keys. Make sure that HOST holds the URI under which your server is reachable. HOST:5000/gCallback must be configured in your Google API Console to be an authorized OAuth redirect URI. cp example.env .env
Adapt static/office.svg and static/office_mapping.json to your office (we recommend this online editor). You can test your office mapping at /test_mapping.
请发表评论