-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from EttusResearch/maint-1.1
OARER V1.1 Release
- Loading branch information
Showing
49 changed files
with
4,934 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.vscode/settings.json | ||
build/ | ||
.vscode/c_cpp_properties.json | ||
**/.vscode | ||
uhd_GitSource | ||
tools/temp/ | ||
**/temp | ||
**/build | ||
**/__pycache__ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Let NetworkManager manage all devices on this system | ||
network: | ||
version: 2 | ||
renderer: NetworkManager | ||
ethernets: | ||
enp193s0f0: | ||
addresses: [192.168.50.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 0 | ||
#NIC C | ||
enp193s0f1: | ||
addresses: [192.168.60.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 1 | ||
enp193s0f2: | ||
addresses: [192.168.70.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 2 | ||
enp193s0f3: | ||
addresses: [192.168.80.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 3 | ||
enp1s0f0: | ||
addresses: [192.168.30.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 4 | ||
#NIC B | ||
enp1s0f1: | ||
addresses: [192.168.40.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 5 | ||
enp1s0f2: | ||
addresses: [192.168.10.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 6 | ||
enp1s0f3: | ||
addresses: [192.168.20.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 7 | ||
enp37s0f0: | ||
addresses: [192.168.11.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 8 | ||
#NIC A | ||
enp37s0f1: | ||
addresses: [192.168.12.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 9 | ||
enp37s0f2: | ||
addresses: [192.168.13.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 10 | ||
enp37s0f3: | ||
addresses: [192.168.14.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 11 | ||
enp225s0f0: | ||
addresses: [192.168.15.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 12 | ||
#NIC D | ||
enp225s0f1: | ||
addresses: [192.168.16.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 13 | ||
enp225s0f2: | ||
addresses: [192.168.17.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 14 | ||
enp225s0f3: | ||
addresses: [192.168.18.1/24] | ||
gateway4: 0.0.0.0 | ||
mtu: 9000 | ||
#usrp 15 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright 2010-2012,2014-2015 Ettus Research LLC | ||
# Copyright 2021 Ettus Research, a National Instruments Company | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
# | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.