Changes between Version 29 and Version 30 of Tutorials/Wireless/mmwave Paam Real TimePHY
- Timestamp:
- Sep 11, 2024, 7:14:21 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Real TimePHY
v29 v30 197 197 }}} 198 198 199 We have already built and installed all the necessary packages for running Savannah, please direct to the {{{~/Savannah/agora-mmwave/}}} folder. There are different modes we are able to run and the corresponding configurations are shown in the following. To configure to different modes, please direct to `<savannah folder>/build`, and use `cmake .. -D<VAR>=<OPTION>`.199 We have already built and installed all the necessary packages for running Savannah, please direct to the {{{~/Savannah/agora-mmwave/}}} folder. We have also provided executables which can help you to do experiments with Savannah called {{{savannah.sh}}}. There are different modes we are able to run and the corresponding configurations are shown in the following. To configure to different modes, please direct to `<savannah folder>/build`, and use `cmake .. -D<VAR>=<OPTION>`. 200 200 201 201 || [[Image(CMake_flags.png, 500px)]] || … … 254 254 }}} 255 255 256 257 In **terminal 1**, please execute 258 {{{#!shell 259 root@srv1-lg1:~/Savannah/agora-mmwave/# ./savannah.sh -u -s 260 }}} 261 This will 262 256 263 === Experiment Execution - RRU Mode: Savannah-mc === 257 264