Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oghenefego Ahia authored and Oghenefego Ahia committed Dec 19, 2016
1 parent 54c9100 commit 526bd53
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
Files:
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 ====

run_simulator.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 ====

run_simulator.sh:

This is a shell script which installs python libraries required to run the simulator. It runs the top-level python file 'vr_simulation.py' to begin simulation

data.py:

Expand All @@ -13,7 +41,7 @@ visualizer.py:


cloud.py:


game.py:

Expand All @@ -28,7 +56,7 @@ 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:

Expand Down

0 comments on commit 526bd53

Please sign in to comment.