Connection mapping

NetView

Live Connection CartographyYou cannot defend what you have not named.

A self-contained Go network traffic visualization tool that runs locally, opens a browser dashboard on a random localhost port, and exports graph/session data.

Plain English

NetView captures packets on a selected adapter and draws a live graph of IP nodes, links, protocol colors, MAC addresses, and active connection groups.

What it teaches

  1. live connection mapping
  2. device identification by IP and MAC
  3. protocol awareness
  4. chatty device triage

Use when

  1. You want a live visual map of adapter traffic
  2. You need to identify a chatty source device
  3. You need JSON, CSV, or PNG export of the current session

What it observes

  1. Unique IP nodes
  2. Active sessions
  3. Protocol-colored links
  4. Packet counts grouped by source IP

Requirements

  1. Windows
  2. Npcap driver from the Nmap Project
  3. Administrator Command Prompt or PowerShell
  4. Modern browser

Manual-backed details

  1. Nodes represent IP addresses; links represent active communication sessions.
  2. Hovering over a node shows IP and MAC address for device identification.
  3. Controls include adapter switching, IP search, reset graph, and JSON/CSV/PNG export.

Next step

Install Npcap, run NetView.exe as Administrator, open the printed localhost URL, and inspect graph nodes plus the source-grouped side panel.

Product links

Related training