everoute

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2014 License: BSD-3-Clause Imports: 0 Imported by: 1

README

Build Status Coverage Status

everoute - Go library

This Go library provides a route calculator and optimizer for ship travel in EVE Online. The calculator can use and combine travel capabilities of any kind (jump gates, jump drive, wormholes, ...) and restricts the path finding by rules (length, security ratings, jump distances, ...). The library can find the best route between two systems and also optimize the order of waypoints of a larger route. The waypoint optimizer is using a genetic algorithm to provide decent routes within short time.

An interface based design allows extensions to be made regarding rules and search criteria; For example, a rule could be written, combining live API data, to avoid systems with certain SOV.

Use

This library can be used directly by integrating it into another Go process - or by using its functionality through a web-service. The web-service is implemented in a dedicated project: everoute-web.

Origin

This library is based on the same design as eve-route.js and has since superseded the JavaScript library. This Go implementation also surpasses performance in terms of memory usage due to strict and native types, as well as performance due to the parallelization capability.

License

The project is available under the terms of the New BSD License (see LICENSE file).

Documentation

Index

Constants

View Source
const Version = "0.1.0"

Version identifies the version of the library, following SemVer format (www.semver.org)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL