Calculates profitable items to buy in one system and sell in another, possibly with an empty market. Includes freight services costs in its calculations.
Set nightly as the default toolchain:
rustup default nightlyClone the repository:
git clone git@github.com:LokiVKlokeNaAndoke/unusable_eve_tradeworks.git
cd unusable_eve_tradeworks/Use cargo run --release to compile and run. Also everything after -- is passed to the executable.
Example:
cargo run --release -- -c config.jita-t0dt.json -srRun this to get a list of all commands:
cargo run --release -- -hThere may be a config for each trade route.
You specify them like this:
cargo run --release -- -c config.jita-t0dt.jsonSample config is in the file unusable_eve_tradeworks/example.config.json.