Introducing NetViews 2.3: A Robust Network Diagnostic Tool for macOS

NetViews 2.3 is a macOS network utility designed for improved visibility into both wired and wireless networks. Initially known as PingStalker and rebranded due to community feedback, NetViews aims to consolidate network diagnostics into a single, visual interface.
Key Features
- Discovery and Scanning: Utilizes ARP, ICMP, mDNS, and DNS discovery to identify devices on your subnet efficiently. It prioritizes ARP table-based scans for speed, followed by ICMP to minimize traditional scanning delays.
- Wireless Visibility: Offers detailed Wi-Fi connection metrics, signal performance data, and tools for locating associated access points visually and audibly.
- Monitoring and Timelines: Provides connection and ping timelines for durations ranging from 1 to 8 hours. The real-time monitoring includes latency and packet loss visualization.
- Low-level Traffic Analysis: Supports live traffic capture for various protocols like DHCP, ARP, 802.1X, LLDP/CDP, and mDNS, presented in a human-readable format for easier analysis.
Under the hood, NetViews is built using Swift, leveraging low-level BSD sockets for ICMP and ARP, and Apple's Network framework for efficient interface enumeration.
This tool primarily targets network professionals and Wi-Fi engineers who require comprehensive diagnostics and simplified workflows on macOS. The current version is available with a 7-day free trial, after which users can opt for a one-time purchase license.
📖 Read the full source: HN LLM Tools
👀 See Also

Adam: An Embeddable Cross-Platform AI Agent Library in C
Adam is a C library providing a complete agent loop with tool calling, memory, voice, and both cloud/local LLM support, designed to be embedded into any application.

Setting Up OpenClaw as an Always-On AI Assistant
OpenClaw, configured as an always-on AI assistant for a small dev team, is set up on a Railway server with Claude as the backend and integrates with Google Workspace, GitHub, and more.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

Claude DevTools: A Log Reader for Enhanced Claude Code Visibility
Claude DevTools is a local, open-source tool that reads Claude Code's existing log files in ~/.claude/ to provide detailed session visibility, including file operations with inline diffs, token breakdowns, context window visualization, and full subagent execution trees.