This shows you the differences between two versions of the page.
isrm:laboratoare:new:04 [2024/03/19 09:03] mbarbulescu [[01] Capacitatea ideală simulare UDP 2 noduri RTS/CTS] |
isrm:laboratoare:new:04 [2024/03/19 09:04] (current) mbarbulescu [[00] Pregătire laborator] |
||
---|---|---|---|
Line 40: | Line 40: | ||
<code bash> | <code bash> | ||
student@isrm-vm-2020:~$ sudo apt-get install tshark | student@isrm-vm-2020:~$ sudo apt-get install tshark | ||
+ | </code> | ||
+ | |||
+ | Daca sunt probleme cu plot-ul (in special in Windows Subsystem for Linux) mai e nevoie de acest pachet: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install -y python3-tk | ||
</code> | </code> | ||
====== [01] Capacitatea ideală simulare UDP 2 noduri RTS/CTS ====== | ====== [01] Capacitatea ideală simulare UDP 2 noduri RTS/CTS ====== | ||
Line 46: | Line 52: | ||
<code bash> | <code bash> | ||
- | sed -i 's/WIFI_PHY_STANDARD_80211g/WIFI_PHY_STANDARD_80211b/g' /home/student/ns3-labs/lab-03-04-capacity/lab3.cc | + | sed -i 's/WIFI_PHY_STANDARD_80211g/WIFI_PHY_STANDARD_80211b/g' ./ns3-labs/lab-03-04-capacity/lab3.cc |
</code> | </code> | ||