File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Spectrum Access System (SAS)
2
2
## What is this?
3
- This is the code for the SAS and a client. The role of the SAS is to allow
3
+ This is the code for the Virginia Tech Open Source SAS and Virginia Tech CORNET client. The role of the SAS is to allow
4
4
for remote and autonomous operation of the USRPs in Kelly Hall. The SAS is
5
5
to adhere to WinnForum and FCC regulations on SAS operations.
6
6
7
- ## File Structure (Needs to be updated as of 01/24/2021)
7
+ ## File Structure
8
+ ### Core
8
9
The Core/ folder contains everything required to launch the SAS Core
9
- Server. This is the true SAS. It may have connections to N number of
10
+ Server. This is the true SAS. It may have connections to N number of socketio
10
11
clients. Regardess of your institution, this contians the code that is of
11
12
primary interet for SAS researchers.
12
13
13
14
An example of starting up the SAS server server.py:
14
15
``` python3 server.py ```
15
-
16
+ ### Cornet
16
17
The cornet/ folder contains everything required to launch the CORNET SAS
17
18
client. This connects to the SAS server, so ensure the sever is running
18
19
before attempting to launch this. If you are a Wireless@VT user with
You can’t perform that action at this time.
0 commit comments