No description
Port of Microwaveprop.Commercial.build_link_lookup/2 + link_degradation_from_lookup/3. The Elixir context stays intact (LiveView sensor + SNMP poller); this Rust side is the read-only consumer used by the f00 chain step (Phase 3 Stream A). Three pure-math unit tests cover: haversine distance (DFW→Austin and same-point zero), degradation_at aggregation behaviour, and two-decimal rounding convention that Elixir's Float.round(_, 2) imposes. SQL queries mirror the Elixir Ecto queries one-for-one — baseline window, current point-in-time read, and MIN_BASELINE_SAMPLES quality gate. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix