These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Looking for route planner library

Author
Zymex
Interstate Highway Corporation
#1 - 2017-05-15 19:44:48 UTC
Does anyone know of a route planner library (preferably PHP or any other CLI tool for Unix).

Should support:

- Calculation of jumps between two systems
- System avoidance support
- Closest or safest route options, filtering lowsec/highsec space

I have found a couple of open source libraries that seem to be dead.
Blacksmoke16
Resilience.
#2 - 2017-05-15 19:56:15 UTC
Could always do it yourself.

https://esi.tech.ccp.is/latest/#!/Routes/get_route_origin_destination

That may be of interest, can do most of what you need.
Zymex
Interstate Highway Corporation
#3 - 2017-05-15 22:17:34 UTC
Blacksmoke16 wrote:
Could always do it yourself.

https://esi.tech.ccp.is/latest/#!/Routes/get_route_origin_destination

That may be of interest, can do most of what you need.


I've seen that but I think I will get rate limited pretty fast. May work if I use some aggressive caching.
Blacksmoke16
Resilience.
#4 - 2017-05-15 23:22:04 UTC
ESI doesn't use rate limiting, relies on caching.

From the Rate Limiting section:
https://developers.eveonline.com/blog/article/introducing-the-esi-api