ping-sweep is a .NET global tool that discovers online hosts across a network range. Run it without arguments for an interactive TUI, pick your network interface, confirm or edit the range, and watch hosts appear live as they respond. Or pass a range directly for quick non-interactive use. It supports both CIDR 192.168.1.0/24 and dash notation 192.168.1.10-20, sweeps up to 100 hosts concurrently, and finishes with a sorted summary. I built it because every time I needed to find a device on my local network, I thought: I should build a (tiny) tool for that.
Zip through your network like a digital ninja with this speedy .NET ping sweeper that offers both a slick live text UI and a no-nonsense command line mode for instant host discovery!
Key features:
- 🚀 Lightning-fast network sweeps
- 🖥️ Live interactive TUI mode
- 🧰 Convenient CLI mode with CIDR and dash range support
- 🎯 Sorted host summary for easy analysis
This summary was generated by GitHub Copilot based on the project README.