Elite: Dangerous Long Range Router
Go to file
Daniel S. f00237cb65 Add second queue to make paralellization easier 2019-06-06 18:22:45 +02:00
src Add second queue to make paralellization easier 2019-06-06 18:22:45 +02:00
.gitignore Initial commit 2019-06-06 01:15:49 +02:00
Cargo.lock Initial commit 2019-06-06 01:15:49 +02:00
Cargo.toml Initial commit 2019-06-06 01:15:49 +02:00
README.md Initial commit 2019-06-06 01:15:49 +02:00
download.sh Initial commit 2019-06-06 01:15:49 +02:00
process.py Initial commit 2019-06-06 01:15:49 +02:00

README.md

Elite: Dangerous Long Range Router (Rust Version)

Usage:

#. run download.sh and process.py (you can hit Ctrl+C when it says "Building KD-Tree..") #. edit source, destination and range in src/main.rs #. (optional) set RUSTFLAGS=-C target-cpu=native (Windows) or export RUSTFLAGS=-C target-cpu=native (Linux) #. cargo run --release

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