-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
64 lines (36 loc) · 888 Bytes
/
README
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
COMP 50 IOT
Fall 2016
HW 4
Project Title:
Testing the Limitations of System Latency for Virtual Reality
Team:
Gabe Terrell, Chris Meyerhoff, Jorge Anton, Oghenefego Ahia, Tomer Shapira, Joshua Howe
===============
==== Files ====
install_deps.sh
data.py
location.py
visualizer.py
cloud.py
game.py
packet.py
simulator.py
vr_simulation.py
device.pynetwork.py
testCloud.py
===============================
==== Descriptions of Files ====
install_deps.sh:
This is a shell script which installs python libraries required to run the simulator.
data.py:
location.py:
visualizer.py:
cloud.py:
game.py:
packet.py:
simulator.py:
vr_simulation.py:
device.py:
This contains the implementation of the Device base class as well as specific VR headset devices modeled within the simulator, each of which inherits from this base class.
network.py:
testCloud.py: