Skip to content

Releases: JohnGu9/network-view

v0.1.0

22 Nov 01:09
Compare
Choose a tag to compare

Alarm

The bins come with builtin ssl cert and key.
If you just use them in a trusted local network, they're good to go (ignore the web browser warning).
In other situations, you should provide your own ssl cert and key if you don't want others know your system network information.

network_view --certificate <YOUR_SSL_CERT_PATH> --private-key <YOUR_SSL_KEY_PATH> --listen-address 0.0.0.0:443

Run requirement

  • Linux: libpcap installed
  • macOS: nothing
  • Windows: You must have WinPcap or npcap installed (tested with version WinPcap 4.1.3) (If using npcap, make sure to install with the "Install Npcap in WinPcap API-compatible Mode")