Elite: Dangerous Long Range Router
Go to file
Daniel S. afae1c08b5 Big Update
Add A*-Routing with tunable Greedy factor
Add Greedy-Routing
Add permutation option to find shortest order for systems
Update CLI
Update README
2019-06-17 01:46:24 +02:00
dumps Update main.rs and process.py 2019-06-09 04:08:31 +02:00
src Big Update 2019-06-17 01:46:24 +02:00
.gitignore Initial commit 2019-06-06 01:15:49 +02:00
Cargo.lock Big Update 2019-06-17 01:46:24 +02:00
Cargo.toml Big Update 2019-06-17 01:46:24 +02:00
README.md Big Update 2019-06-17 01:46:24 +02:00

README.md

Elite: Dangerous Long Range Router (Rust Version)

Usage:

  1. download bodies.json and systemsWithCoordinates.json from https://www.edsm.net/en/nightly-dumps/ and place them in the dumps folder
  2. run process.py in the dumps folder
  3. run cargo install --git https://gitlab.com/Earthnuker/ed_lrr.git
  4. run ed_lrr --help

Dependencies

  • Python 3.7
    • Pandas
    • uJSON
  • Working nightly Rust Compiler (tested with rustc 1.37.0-nightly (5d8f59f4b 2019-06-04))
  • ~8GB of free RAM