-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba89515
commit 2d134ce
Showing
5 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<h1 align="center">ipmap</h1> | ||
|
||
<p align="center"> | ||
An interactive map that shows connected IP addresses. | ||
<img src=data/screenshot.png> | ||
</p> | ||
<p align="center">An interactive map that shows connected IP addresses.</p> | ||
<hr> | ||
<p align="center"><img src=data/screenshot.png></p> | ||
|
||
## Requirements | ||
ipmap uses `libpcap-dev`, which is only easily available on UNIX-like systems (Linux, MacOS, *BSD). | ||
|
@@ -49,8 +48,8 @@ If no service specified, ipapi will be used, which will limit how many IP is det | |
|
||
## Command Line Options | ||
``` | ||
ipmap 0.1.2 | ||
Skyline High School Coding Club Authors <[email protected]> | ||
ipmap 0.1.5 | ||
Skyline High Coding Club Authors | ||
USAGE: | ||
ipmap [FLAGS] [OPTIONS] | ||
|
@@ -61,5 +60,7 @@ FLAGS: | |
-V, --version Prints version information | ||
OPTIONS: | ||
-s, --service <SERVICE> Geolocation API | ||
-p, --port <PORT> Set webserver port, default port 700 | ||
-s, --service <SERVICE> Choose Geolocation API [possible values: ipwhois, ipapi, ipapico, freegeoip] | ||
-w, --write-to-file <PATH> Set path to write JSON to | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
{"ip":"193.148.18.75","latitude":"40.7157","longitude":"-74"} | ||
] |