Professional network discovery, topology mapping, and infrastructure management tool. Desktop application for Windows.
- Automatic Device Discovery - ICMP Ping + ARP + SNMP v2/v3
- Neighbor Discovery - LLDP / CDP protocol support
- Interactive Device List - Real-time Online/Offline status indicators
- Complete Device Profile - Network interfaces, MAC address, Vendor, OS detection
- Built-in Tools - SSH Terminal, Port Scanner, Wake-on-LAN
- CSV Export - Export device data for external analysis
- Professional Dark UI - Modern design inspired by GitHub Dark theme
| Component | Technology |
|---|---|
| Language | C# (.NET 8) |
| UI Framework | WPF + XAML |
| Database | SQLite + Entity Framework Core |
| SNMP Library | Lextm.SharpSnmpLib |
| Networking | System.Net.NetworkInformation |
- Windows 10/11 (64-bit)
- .NET 8 Runtime (for running from source)
- Network administrator privileges (for device discovery)
License MIT License - see LICENSE file for details.
Author Ali-Get - GitHub
git clone https://github.com/Ali-Get/NetVision-Enterprise.git
cd NetVisionEnterprise
dotnet run --project NetVision.UI
Build Standalone EXE
bash
dotnet publish NetVision.UI/NetVision.UI.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publish