Skip to content

An interactive map that shows connected IP addresses.

License

Notifications You must be signed in to change notification settings

grantshandy/ipmap

Repository files navigation

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