Lakehopper Planner#

Planned route with four hops between lakes:

Screenshot of planned route

Browser UI:

Screenshot of browser UI

Server#

Websocket server written in Rust using tokio_tungstenite.

Run

cargo run

Build

cargo build

Test

cargo test

UI#

Plain Javascript single page web app.

Run

cd ui && npm run dev

Build

cd ui && npm run build

Test

No >:(