https://github.com/dawsbot/candyhack
https://github.com/dawsbot/candyhack
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dawsbot/candyhack
- Owner: dawsbot
- Created: 2014-07-19T06:16:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T03:55:20.000Z (almost 12 years ago)
- Last Synced: 2025-03-14T03:29:21.703Z (over 1 year ago)
- Language: Python
- Size: 242 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IPMapper
=========
IPMapper is a terminal program which can give basic geographic analytics about a website host location as it relates to your geography.
## Usage
Simply place the url you would like to ping in place of facebook.com in the example below:
```
$ python ipmapper.py www.facebook.com
Distance from (37.4590,-122.1781) to (33.4484, -112.074)
lat1: 0.653782884505
long1: -2.13241011883
lat2: 0.583784709524
long2: -1.95606030588
Your distance from the host server:
1016.65484283 km
631.719836343 mi
```
## Purpose
In the event you are getting a slow return of packets in your network, IPMapper can show you just how far your packets are being redirected to reach your work station.