-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/gabe-terrell/IOT-Simulation
- Loading branch information
Showing
7 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# IOT-Simulation | ||
|
||
Sample table: | ||
How to run: | ||
|
||
. ./install_deps.sh | ||
|
||
This will install dependencies via `pip`. Install `pip` with | ||
|
||
sudo easy_install pip | ||
|
||
Run the tests: | ||
|
||
python test1.py | ||
python test2.py | ||
... | ||
python test5.py | ||
|
||
Make your own test: | ||
|
||
nano vr_simulation.py | ||
|
||
Example output with random settings: | ||
|
||
![Sample output with default settings](https://raw.githubusercontent.com/gabe-terrell/IOT-Simulation/master/figure_2.png "Sample output") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#!/bin/sh | ||
echo "Installing necessary Python libraries" | ||
pip install statistics | ||
pip install ggplot | ||
pip install pandas | ||
python vr_simulation.py |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.