Elite: Dangerous Long Range Router
Go to file
Daniel S. d42121c33b Update main.rs
move stdout flush in Greedy-Search to after print statement
2019-06-17 02:22:45 +02:00
dumps Update main.rs and process.py 2019-06-09 04:08:31 +02:00
src Update main.rs 2019-06-17 02:22:45 +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 Update README 2019-06-17 01:51:37 +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 --path . or 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