Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an example file
Nathan asked me to upload this in that he forgot his login to GitHub, though I still don't have an idea how he forgot his login to GitHub.
  • Loading branch information
yat17006 committed Apr 25, 2021
1 parent edb15bf commit f1c2808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AnimInputs.txt
@@ -0,0 +1,2 @@
[Packetsize-ResendtimeSynAck-Maxqueuehalfopen-DDDmappingdelay-Propagationdelay-NumofDDDportopen-TimeuntilnextDDDportchange-OverlaptimeoldDDD-DurationofSim-NumofAckresends-ClientToRouter-RouterToClient-RouterToReflector-RouterToNormal-NormalToRouter-ReflectorToRouter-Attackerupload-QueueLimit-DDDState-AttackerType-Amplification-Skipsim-Logfile-Summfile-OptionalFolderName]
1 20 1000 1 1 50 50 50 .05 1 1000 1000 1000 1000 1000 1000 1000 1000 Yes 1 1 No Yes Yes SDP-Design
4 changes: 3 additions & 1 deletion readme.md
Expand Up @@ -6,7 +6,7 @@ There are two options to get started on Windows.

### Option 1: Get Started for Flask on Windows with Python for Windows. (Recommended!)
The essential thing to get started is to install `Python` and then to install `flask`. Due to the versioning issues of `Python`, please make sure you are installing the correct version. We recommend installing `Python` via the official website: https://www.python.org/downloads/ <br>
As an additional note, Windows 7 is no longer supported in `3.9.x` version of `Python`. Please download the [3.8.8 version](https://www.python.org/downloads/release/python-388/) in case you are using Windows 7.
As an additional note, Windows 7 is no longer supported in `3.9.x` version of `Python`. Please download the [3.8.9 version](https://www.python.org/downloads/release/python-389/) in case you are using Windows 7.


Follow these steps to get started:
Expand Down Expand Up @@ -51,6 +51,8 @@ export FLASK_ENV=development
flask run
```

Alternatively, you may execute the `run_server.sh` file in lieu of manually typing these commands.

## Output Files
For each simulation session, the backend would generate a summary file, a log file and several statistical graphs. Their locations are specified by your input on frontend. <br>

Expand Down

0 comments on commit f1c2808

Please sign in to comment.