Changes between Version 37 and Version 38 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 5:12:31 PM (22 months ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Agora

    v37 v38  
    7272=== Experiment Execution ===
    7373==== Find and prepare USRPs  ====
    74 * Upon logging into the server, set up the 10G data interfaces DATA1, DATA2 in **terminal 1**. After running the following script,
     74* Upon logging into the server, set up the 10G data interfaces DATA1, DATA2 in **terminal 1**.
    7575    {{{#!shell
    7676    ifconfig DATA1 10.117.1.1 netmask 255.255.0.0 mtu 9000 up
     
    8181    sudo sysctl -w net.core.wmem_max=536870912
    8282    }}}
    83    you should see that the data interfaces have the appropriate IP addresses assigned.
     83   After running the above commands, you should see that the data interfaces have the appropriate IP addresses assigned.
    8484   {{{#!shell
    8585root@srv1-lg1:~# ifconfig DATA1