{"id":15688021,"url":"https://github.com/bkbilly/mqtt-network-scanner","last_synced_at":"2025-05-07T20:11:14.685Z","repository":{"id":47253516,"uuid":"345219507","full_name":"bkbilly/mqtt-network-scanner","owner":"bkbilly","description":"☄️ Network scanner that discovers all connected devices.","archived":false,"fork":false,"pushed_at":"2021-12-19T16:42:47.000Z","size":21,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T13:37:43.262Z","etag":null,"topics":["network-scanner","presence-detection","webapp"],"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/bkbilly.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}},"created_at":"2021-03-06T23:45:25.000Z","updated_at":"2024-06-25T06:52:07.000Z","dependencies_parsed_at":"2022-08-28T01:14:19.795Z","dependency_job_id":null,"html_url":"https://github.com/bkbilly/mqtt-network-scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2Fmqtt-network-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2Fmqtt-network-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2Fmqtt-network-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2Fmqtt-network-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkbilly","download_url":"https://codeload.github.com/bkbilly/mqtt-network-scanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949279,"owners_count":21830152,"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":["network-scanner","presence-detection","webapp"],"created_at":"2024-10-03T17:53:27.513Z","updated_at":"2025-05-07T20:11:14.664Z","avatar_url":"https://github.com/bkbilly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MQTT Network Scanner\nPresence detection for your whole Network.\nHelps to keep an eye for new devices through an interactive web interface.\n\n\n# Features\n  * Scans at a configurable interval or manually.\n  * Highlights the new unrecognized devices.\n  * Custom fields for personalise each device.\n  * Custom icons through [Google Fonts](https://fonts.google.com/icons).\n  * [TBD] Will send notifications on MQTT and Mail.\n\n\n# Tech details\nSends ARP requests to get the IP and MAC of each device through the `arp-scan` command and for each offline device, it checks if it is actually offline with ICMP (ping). There were more pythonic ways to run the arp scan like the `scapy`, but the results on Linux were not so accurate.\n\nEvery ARP scan needs root permitions because it is using a promiscuous mode to monitor the network and create custom packages, so you need sudo to run this app.\n\n# Installation\nThe installation process is still on development, but the basic installation is as follows:\n```bash\ngit clone https://github.com/bkbilly/mqtt-network-scanner.git /opt/mqtt-network-scanner\ncd /opt/mqtt-network-scanner\nvi config.yaml\n\nsudo apt install arp-scan\n\nsudo pip install -r requirements.txt\nsudo cp networkscanner.service /etc/systemd/system/networkscanner.service\nsudo systemctl enable networkscanner.service\nsudo systemctl start networkscanner.service\n```\n\n# Inspiration\nI wanted a tool like `fing` which could scan my network, but it doesn't support linux systems and I couldn't find any other easy to use alternatives.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkbilly%2Fmqtt-network-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkbilly%2Fmqtt-network-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkbilly%2Fmqtt-network-scanner/lists"}