{"id":15797287,"url":"https://github.com/james-see/findpi","last_synced_at":"2025-04-21T07:32:43.909Z","repository":{"id":36142742,"uuid":"155264620","full_name":"james-see/findpi","owner":"james-see","description":"Find all the raspberry pi devices on your network really fast using multithreading in Python 3.x","archived":false,"fork":false,"pushed_at":"2022-04-15T04:00:52.000Z","size":88,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-12T00:27:03.341Z","etag":null,"topics":["mac-address","network","network-analysis","python3","raspberry-pi","raspberry-pi-device"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/james-see.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-10-29T18:54:44.000Z","updated_at":"2024-04-22T21:11:28.000Z","dependencies_parsed_at":"2022-08-08T13:30:30.748Z","dependency_job_id":null,"html_url":"https://github.com/james-see/findpi","commit_stats":null,"previous_names":["jamesacampbell/findpi"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Ffindpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Ffindpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Ffindpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Ffindpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james-see","download_url":"https://codeload.github.com/james-see/findpi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223856777,"owners_count":17214938,"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","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":["mac-address","network","network-analysis","python3","raspberry-pi","raspberry-pi-device"],"created_at":"2024-10-05T00:06:15.190Z","updated_at":"2024-11-09T17:04:02.996Z","avatar_url":"https://github.com/james-see.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# findpi\n\n## What\n\nFind all the raspberry pi devices on your network really fast using multithreading in Python 3.x and find them fast.\n\n## Stats\n\nOk, so to compare this to just running nmap vs. findpi:\n\n|               | run 1       | run 2       | run 3       | average    |\n|---------------|-------------|-------------|-------------|------------|\n| nmap v7.80    | 6.007 total | 5.679 total | 4.633 total | 5.44 total |\n| findpi v1.0.3 | 2.899 total | 2.682 total | 2.696 total | 2.76 total |\n\n## Why\n\nI was sick of waiting forever for the arp / nmap commands to work single-threaded.\n\nAlso, arp only works for devices you have seen previously, so you could easily miss things.\n\n## Usage\n\n`pip3 install findpi` then `sudo findpi` use multithreading to get the job done.\n\n***NOTE: Must Use SUDO***\n\nThe application asks you what ip address or range you want to select. The default tries to figure out your current network and set it as default. Examples are `192.168.1.0/24`, etc. If you want to check just one ip address, you can put that in as well, like `10.2.2.113` for instance.\n\n`sudo findpi -c 32` the number at the end is the number of threads to use, with the default being 4 times whatever cores findpi discovers about your machine, will return the following:\n\n```bash\nWhat network do you want to check? (10.2.2.0/24):\nFound pi: 10.2.2.113\nFound pi: 10.2.2.117\nFound pi: 10.2.2.119\nFound pi: 10.2.2.137\n```\n\n## Troubleshooting\n\n1. If you se the threads too high for your system (should be a factor of number of cores) you will start to see timeout errors like the following `QUITTING! dnet: Failed to open device en0`. The mitigation is to lower the number of threads or leave it at the default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-see%2Ffindpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-see%2Ffindpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-see%2Ffindpi/lists"}