Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
/ MirrorMap Public archive

Reads nginx logs and converts them to lat and long

License

Notifications You must be signed in to change notification settings

COSI-Lab/MirrorMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MirrorMap

This Project will be converted to this repository. Updates will no longer continue on here

This program parses the NGINX access logs of mirror.clarkson.edu, extracts geoip information, and streams data to clients over websockets.

GeoLite2 Attribution

This software includes GeoLite2 data created by MaxMind, available from www.maxmind.com

NGNIX Log Format

This must be the formatting for your NGNIX Logs if you wish for this tool to work "$remote_addr" "$time_local" "$request" "$status" "$body_bytes_sent" "$request_length" "$http_user_agent";