Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffbryner/geomapip
geomapip
https://github.com/jeffbryner/geomapip
Last synced: about 2 months ago
JSON representation
geomapip
- Host: GitHub
- URL: https://github.com/jeffbryner/geomapip
- Owner: jeffbryner
- License: other
- Created: 2012-12-10T07:57:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-23T05:43:01.000Z (about 12 years ago)
- Last Synced: 2024-04-16T03:39:14.607Z (8 months ago)
- Language: Python
- Size: 410 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
geomapip:
This is an app written using the kivy UI framework: http://kivy.org
It simply looks for IP address from stdin and maps them on a Merc projected globe image from nasa.
Send it a log like this:
cat MyLogWithIPAddresses | ./main.py
and it'll instantiate a kivy window showing IPs targeting you like in this video:
http://www.youtube.com/watch?v=nR5HzCchuGMDependencies:
Kivy
pygeoip (pip install pgeoip)
A geoip database: http://dev.maxmind.com/geoip/geolite (GeoLiteCity Binary)Notes:
It assumes you live in Portland Oregon. If you don't, change this:
homeLatitude= 45.5886
homeLongitude=-122.7064