forked from CCI-NextG-Testbed/OpenSAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 757 Bytes
/
index.html
File metadata and controls
30 lines (24 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>SAS</title>
<meta charset="UTF-8"/>
</head>
<body>
<h1>Spectrum Access System (SAS)</h1>
<p>
<a href="https://github.com/vtwireless/SAS.git"
>https://github.com/vtwireless/SAS.git</a>
is the code for the SAS and a client. The role of the SAS is to
allow for remote and autonomous operation of the USRPs in Kelly Hall,
at Virginia Tech.
The SAS is to adhere to WinnForum and FCC regulations on SAS
operations.
</p>
<h3>Related links</h3>
<ul>
<li><a href="GameSimulator/index.html">GameSimulator/index.html</a></li>
<li><a href="https://vtwireless.github.io/HLSI/">Simulated Radio Exercises</a></li>
</ul>
</body>
</html>