{"id":17949614,"url":"https://github.com/wgierke/whereareyou","last_synced_at":"2025-10-05T17:10:38.781Z","repository":{"id":90287840,"uuid":"80956222","full_name":"WGierke/whereareyou","owner":"WGierke","description":"Passive indoor localization using WiFi signal strength","archived":false,"fork":false,"pushed_at":"2017-02-28T18:10:34.000Z","size":319,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T23:33:28.820Z","etag":null,"topics":["aircrack","localization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WGierke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-04T23:41:10.000Z","updated_at":"2023-06-27T05:59:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"da11d7ff-b963-4f70-813d-b687843ea665","html_url":"https://github.com/WGierke/whereareyou","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WGierke/whereareyou","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGierke%2Fwhereareyou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGierke%2Fwhereareyou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGierke%2Fwhereareyou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGierke%2Fwhereareyou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WGierke","download_url":"https://codeload.github.com/WGierke/whereareyou/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGierke%2Fwhereareyou/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aircrack","localization"],"created_at":"2024-10-29T09:27:29.377Z","updated_at":"2025-10-05T17:10:38.776Z","avatar_url":"https://github.com/WGierke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whereareyou\nInspired by [whereami](https://github.com/kootenpv/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.\n\n## Setup\n\n- Install Cython  \n`apt-get install cython`\n- Install Python dependencies  \n`pip install -r requirements.txt`\n\n### Slaves\n- Install aircrack-ng  \n`apt-get install aircrack-ng`  \n- Set your Wifi interface to monitor mode e.g.  \n`airmon-ng start wlp3s0`\n\n### Master  \n- Create the database initially  \n`python -c \"from master import db; db.create_all()\"`  \n- Copy `example.locations.yml` to `locations.yml` and add the locations you want to track  \n`cp example.locations.yml locations.yml`\n- Copy `example.env` to `.env` and add the appropriate configuration keys  \n`cp example.env .env`\n- Adapt `static/office.svg` and `static/office_mapping.json` to your office (we recommend [this](http://editor.method.ac/) online editor). You can test your office mapping at /test_mapping.\n\n\n## Usage\n### Slaves\n- Run `slave.py` on every device at the location you're owning  \n`python slave.py --network ItHurtsWhenIP --wifi-interface wlp3s0`  \n\n### Master\n- Run `master.py` on a device that can be accessed by the slaves in your internal network  \n`python master`  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgierke%2Fwhereareyou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwgierke%2Fwhereareyou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgierke%2Fwhereareyou/lists"}