Changes between Version 2 and Version 3 of Tutorials/Wireless/Basic Usage


Ignore:
Timestamp:
Mar 27, 2019, 4:51:30 PM (5 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Basic Usage

    v2 v3  
    5555 * Once you're in ''srv1-lg1.sb1.cosmos-lab.org'' configure the network interface so it can talk to the N310's data interface.
    5656{{{
    57 sudo ifconfig enp1s0 192.168.20.1
     57sudo ifconfig enp1s0 10.115.1.1 netmask 255.255.0.0 mtu 8000
    5858}}}
    5959
     
    6868Device Address:
    6969    serial: 315A35A
    70     addr: 192.168.20.2
     70    addr: 10.115.2.1
    7171    claimed: False
    72     mgmt_addr: 10.110.1.3
    73     mgmt_addr: 192.168.20.2
     72    mgmt_addr: 10.113.2.1
     73    mgmt_addr: 10.115.2.1
    7474    product: n310
    7575    type: n3xx
     
    7878 We can also use ''uhd_usrp_probe'' to get more details.
    7979{{{
    80 native@localhost:~$ uhd_usrp_probe --args="mgmt_addr=10.110.1.3,addr=192.168.20.2"
     80native@localhost:~$ uhd_usrp_probe --args="mgmt_addr=10.113.2.1,addr=10.115.2.1"
    8181[INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD_3.13.1.0-0-unknown
    8282[INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10.110.1.3,type=n3xx,product=n310,serial=315A35A,claimed=False,addr=192.168.22