meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network:sim:lora:flora [2026/07/01 20:14] – created niziak | network:sim:lora:flora [2026/07/01 21:39] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Flora ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | Install latest '' | ||
| <code bash> | <code bash> | ||
| - | apt install | + | bash <(curl -L https:// |
| - | sudo usermod | + | # restart terminal |
| - | newgrp | + | nix-shell -p nix-info --run " |
| + | </ | ||
| + | |||
| + | <code bash> | ||
| mkdir flora && cd flora | mkdir flora && cd flora | ||
| python3 -m venv .venv | python3 -m venv .venv | ||
| Line 11: | Line 21: | ||
| opp_env shell --init -w inet_workspace --install inet-latest | opp_env shell --init -w inet_workspace --install inet-latest | ||
| + | opp_env shell --init -w inet_workspace --install flora-latest | ||
| </ | </ | ||
| + | |||
| + | References: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | <code bash> | ||
| + | ulimit -c unlimited | ||
| + | omnetpp | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||