Implement NetworkzeroMonitor: network diagnostics tool with CLI/GUI and Pi-hole integration#5
Draft
Copilot wants to merge 6 commits intoAntwerpdesigns-Seed-Root-Mainfrom
Draft
Conversation
Co-authored-by: AntwerpDesignsIonity <211600625+AntwerpDesignsIonity@users.noreply.github.com>
Co-authored-by: AntwerpDesignsIonity <211600625+AntwerpDesignsIonity@users.noreply.github.com>
Co-authored-by: AntwerpDesignsIonity <211600625+AntwerpDesignsIonity@users.noreply.github.com>
Co-authored-by: AntwerpDesignsIonity <211600625+AntwerpDesignsIonity@users.noreply.github.com>
Co-authored-by: AntwerpDesignsIonity <211600625+AntwerpDesignsIonity@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Setup local CLI and venv environment with necessary configurations
Implement NetworkzeroMonitor: network diagnostics tool with CLI/GUI and Pi-hole integration
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Built network monitoring application with dual interfaces (CLI/GUI), real-time diagnostics, and Pi-hole integration for Ionity (Pty) Ltd.
Architecture
Core Module (
network_monitor.py)NetworkMonitorclass: ping, DNS resolution, connectivity checks, network info retrievalPiHoleMonitorclass: status, statistics, top blocked domains via Pi-hole APIInterfaces
networkzero_cli.py): 5 commands -ping,dns,status,pihole,monitornetworkzero_gui.py): 5 tabs - Dashboard, Ping, DNS, Pi-hole, Live MonitorSetup
setup.bat(Windows),setup.sh(Unix)Usage
Implementation Notes
Dependencies
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
1.1.1.1REDACTED, pid is -1(packet block)208.67.222.222REDACTED, pid is -1(packet block)8.8.8.8REDACTED, pid is -1(packet block)api.ipify.org/home/REDACTED/work/NetworkzeroMonitor/NetworkzeroMonitor/venv/bin/python python network_monitor.py(dns block)/home/REDACTED/work/NetworkzeroMonitor/NetworkzeroMonitor/venv/bin/python python networkzero_cli.py status(dns block)/home/REDACTED/work/NetworkzeroMonitor/NetworkzeroMonitor/venv/bin/python python test_networkzero.py(dns block)cloudflare.com/usr/bin/ping ping -c 1 -W 2 cloudflare.com(dns block)github.com (HTTP Only)REDACTED, pid is -1(packet block)google.com/usr/bin/ping ping -c 2 -W 2 google.com(dns block)/usr/bin/ping ping -c 1 -W 2 google.com(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.