Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 834 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 834 Bytes

ipmap

A map that displays connected IP addresses

demo

Variables for building:

  • IPGEO4_DB: The path to the built-in ipv4-num.csv database (optional)

  • IPGEO4_DB_ATTR: An attribution message for that database's copyright (required if IPGEO4_DB set)

  • IPGEO6_DB: The path to the built-in ipv6-num.csv database (optional)

  • IPGEO6_DB_ATTR: An attribution message for that database's copyright (required if IPGEO6_DB set)

  • LIB (windows): The path to npcap-sdk\Lib\x64.

(Example)

 $ IPGEO4_DB="/path/to/dbip-city-ipv4-num.csv"
 $ IPGEO4_DB_ATTR="IP Geolocation by DB-IP"

Dependencies

Building

 $ npm install
 $ npx tauri build