Skip to content

Commit 61a1760

Browse files
authored
Update README.md
1 parent 3ce75f6 commit 61a1760

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Spectrum Access System (SAS)
22
## 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
44
for remote and autonomous operation of the USRPs in Kelly Hall. The SAS is
55
to adhere to WinnForum and FCC regulations on SAS operations.
66

7-
## File Structure (Needs to be updated as of 01/24/2021)
7+
## File Structure
8+
### Core
89
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
1011
clients. Regardess of your institution, this contians the code that is of
1112
primary interet for SAS researchers.
1213

1314
An example of starting up the SAS server server.py:
1415
```python3 server.py```
15-
16+
### Cornet
1617
The cornet/ folder contains everything required to launch the CORNET SAS
1718
client. This connects to the SAS server, so ensure the sever is running
1819
before attempting to launch this. If you are a Wireless@VT user with

0 commit comments

Comments
 (0)