meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network:sim:lora:flora [2026/07/01 20:14] – created niziaknetwork:sim:lora:flora [2026/07/01 21:39] (current) niziak
Line 1: Line 1:
 +====== Flora ======
 +
 +[[https://flora.aalto.fi/]]
 +
 +===== Installation =====
 +
 +Install latest ''nix'':
 <code bash> <code bash>
-apt install nix +bash <(curl -L https://nixos.org/nix/install) --daemon 
-sudo usermod -aGnix-users $USER +# restart terminal  
-newgrp nix-users+nix-shell -p nix-info --run "nix-info -m" 
 +</code>
  
 +
 +<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
 </code> </code>
 +
 +References:
 +  * [[https://flora.aalto.fi/howto/installation/|Flora installation ]]
 +  * [[https://omnetpp.org/download-items/FLoRA.html]]
 +  * [[https://inet.omnetpp.org/Installation.html]]
 +
 +===== Usage =====
 +
 +<code bash>
 +ulimit -c unlimited
 +omnetpp
 +</code>
 +
 +[[https://flora.aalto.fi/howto/usage/]]