View Single Post
  #1  
Old 06-23-2014, 03:57 PM
Empri Empri is offline
Large Rat


Join Date: Jun 2014
Posts: 9
Default I had trouble finding my way around, so I built a "GPS" app

It's called P99GPS and it parses the log file and displays your location/heading on the zone map.

It's actually two parts, the "client" (reads your log file) and the "viewer" a web app that shows the map and your position. You can have the "viewer" open on another computer / phone / tablet / etc while you play by opening that url on another device.

You can get it at p99gps.com.

Let me know what you think, would love to hear suggestions/issues!

Extra Notes:
* If you want to see the client code to make sure nothing funny is going on take a look in
Code:
resources/app/index.coffee
(uses atom-shell so all the client code is readable)

* This app doesn't alter the EQ Client / sniff packets or do anything disallowed -- it only parses your log file and uses the info from "/loc" lines.