-
Notifications
You must be signed in to change notification settings - Fork 3
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 #28 from NTIA/4.0.0
scos-actions 7.0.1, README updates
- Loading branch information
Showing
32 changed files
with
88 additions
and
26 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 |
---|---|---|
|
@@ -40,16 +40,23 @@ Requires pip>=18.1 (upgrade using `python3 -m pip install --upgrade pip`). | |
Below are steps to run scos-sensor with the scos-usrp plugin: | ||
|
||
1. Clone scos-sensor: `git clone https://github.com/NTIA/scos-sensor.git` | ||
1. Navigate to scos-sensor: `cd scos-sensor` | ||
1. If it does not exist, create env file while in the root scos-sensor directory: | ||
2. Navigate to scos-sensor: `cd scos-sensor` | ||
3. If it does not exist, create env file while in the root scos-sensor directory: | ||
`cp env.template ./env` | ||
1. Make sure the `scos_usrp` dependency is in `requirements.txt` in `scos-sensor/src` | ||
folder. If you are using a different branch than master, change master in the | ||
following line to the branch you are using: | ||
`scos_usrp @ git+https://github.com/NTIA/scos-usrp@master#egg=scos_usrp.` | ||
1. Make sure `BASE_IMAGE` is set to `BASE_IMAGE=smsntia/uhd_b2xx_py3` in env file. | ||
1. Get environment variables: `source ./env` | ||
1. Build and start containers: `docker-compose up -d --build --force-recreate` | ||
4. Replace the line starting with `scos-tekrsa` in the `requirements.in` file in | ||
scos-sensor/src with the following: | ||
`scos_usrp @ git+https://github.com/NTIA/scos-usrp@master`. | ||
If you are using a different branch than master, change `master` to the branch | ||
or tag you are using. Make sure `pip-tools` package is installed in your Python | ||
environment (`python -m pip install pip-tools`). Then run | ||
`pip-compile requirements.in` and `pip-compile requirements-dev.in` to update | ||
`requirements.txt` and `requirements-dev.txt` with the dependencies needed for | ||
scos-usrp. | ||
5. Make sure `BASE_IMAGE` is set to `BASE_IMAGE=ghcr.io/ntia/scos-usrp/scos_usrp_uhd:0.0.2` | ||
in the env file. This is a publicly available docker image with the necessary | ||
UHD drivers hosted within the GitHub container registry. | ||
6. Get environment variables: `source ./env` | ||
7. Build and start containers: `docker-compose up -d --build --force-recreate` | ||
|
||
## Development | ||
|
||
|
@@ -155,4 +162,4 @@ See [LICENSE](LICENSE.md). | |
|
||
## Contact | ||
|
||
For technical questions about scos-usrp, contact Justin Haze, [email protected] | ||
For technical questions about scos-usrp, contact Justin Haze, <[email protected]> |
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 +1 @@ | ||
__version__ = "3.0.0" | ||
__version__ = "4.0.0" |
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
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
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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ single_frequency_fft: | |
nffts: 300 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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
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
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 |
---|---|---|
|
@@ -26,3 +26,4 @@ stepped_frequency_time_domain_iq: | |
- 10000 | ||
nskip: 15.36e4 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: true |
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