Empri
06-23-2014, 03:57 PM
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 (http://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 resources/app/index.coffee (uses atom-shell (https://github.com/atom/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.
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 (http://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 resources/app/index.coffee (uses atom-shell (https://github.com/atom/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.