@@ -57,7 +57,7 @@ Tektronix RSA devices, along with supporting test code
57
57
58
58
## Running in SCOS Sensor
59
59
60
- Requires ` git ` , ` python>=3.8 ` , ` pip>=18.1 ` , and ` pip-tools>=6.6.2 `
60
+ Requires ` git ` , ` python>=3.9 ` , ` pip>=18.1 ` , and ` pip-tools>=6.6.2 `
61
61
62
62
Below are the steps to run SCOS Sensor with the SCOS Tektronix RSA plugin:
63
63
@@ -107,7 +107,8 @@ file:
107
107
(such as ` scos_usrp` ), then add the ` scos_tekrsa` dependency:
108
108
109
109
` ` ` text
110
- scos_tekrsa @ git+https://github.com/NTIA/[email protected]
110
+ # Be sure to provide the correct tag for the desired version
111
+ scos_tekrsa @ git+https://github.com/NTIA/[email protected]
111
112
` ` `
112
113
113
114
1. Compile requirements by running:
@@ -149,7 +150,7 @@ from Tektronix. Place the three files `libRSA_API.so`, `libcyusb_shared.so`, and
149
150
150
151
Set up a development environment using a tool like
151
152
[Conda](https://docs.conda.io/en/latest/)
152
- or [venv](https://docs.python.org/3/library/venv.html#module-venv), with ` python> =3.8 ` .
153
+ or [venv](https://docs.python.org/3/library/venv.html#module-venv), with ` python> =3.9 ` .
153
154
Then, from the cloned directory, install the development dependencies by running:
154
155
155
156
` ` ` bash
@@ -195,7 +196,9 @@ Registry, run:
195
196
` ` ` bash
196
197
docker build -f docker/Dockerfile -t tekrsa_usb .
197
198
docker tag tekrsa_usb ghcr.io/ntia/scos-tekrsa/tekrsa_usb:X.X.X
199
+ docker tag tekrsa_usb ghcr.io/ntia/scos-tekrsa/tekrsa_usb:latest
198
200
docker push ghcr.io/ntia/scos-tekrsa/tekrsa_usb:X.X.X
201
+ docker push ghcr.io/ntia/scos-tekrsa/tekrsa_usb:latest
199
202
` ` `
200
203
201
204
# ## Running Tests
@@ -217,7 +220,8 @@ TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.
217
220
218
221
# # Contact
219
222
220
- For technical questions about
` scos_tekrsa` , contact Anthony Romaniello,
< [email protected] >
223
+ For technical questions about ` scos_tekrsa` , contact the
224
+ [ITS Spectrum Monitoring Team](mailto:
[email protected] ).
221
225
222
226
# # Disclaimer
223
227
0 commit comments