diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-09 22:37:50 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-09 22:37:50 -0400 |
commit | cb381871d518077649be6272af823dabec2fcd28 (patch) | |
tree | 98547efe9389421f9f58219a8278e166d2b069c6 | |
parent | 404f3d7edfe648dc3fd51c1afc1b3984557f1902 (diff) |
reorganized repo a bit better
-rw-r--r-- | Hermes/client.rkt (renamed from client.rkt) | 0 | ||||
-rw-r--r-- | Hermes/concurrentreadandprint.rkt (renamed from concurrentreadandprint.rkt) | 0 | ||||
-rw-r--r-- | Hermes/server.rkt (renamed from server.rkt) | 0 | ||||
-rw-r--r-- | Hermes/tcpcommunication.rkt (renamed from tcpcommunication.rkt) | 0 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/FP4-instructions.md (renamed from FP4-instructions.md) | 0 | ||||
-rw-r--r-- | ext/arch_diagram.png (renamed from arch_diagram.png) | bin | 23853 -> 23853 bytes | |||
-rw-r--r-- | ext/architecture_diagram.png (renamed from architecture_diagram.png) | bin | 65212 -> 65212 bytes | |||
-rw-r--r-- | tests/gui/Gui_Exploration.rkt (renamed from Gui_Exploration.rkt) | 0 | ||||
-rw-r--r-- | tests/gui/windows.rkt (renamed from feasibility_analysis/gui/windows.rkt) | 0 | ||||
-rw-r--r-- | tests/gui/windows2.rkt (renamed from feasibility_analysis/gui/windows2.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpevents/README.md (renamed from feasibility_analysis/tcpevents/README.md) | 0 | ||||
-rw-r--r-- | tests/tcpevents/crpovertcp.rkt (renamed from crpovertcp.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpevents/server.rkt (renamed from feasibility_analysis/tcpevents/server.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpvanilla/README.md (renamed from feasibility_analysis/tcpvanilla/README.md) | 0 | ||||
-rw-r--r-- | tests/tcpvanilla/client.rkt (renamed from feasibility_analysis/tcpvanilla/client.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpvanilla/client2.rkt (renamed from feasibility_analysis/tcpvanilla/client2.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpvanilla/server.rkt (renamed from feasibility_analysis/tcpvanilla/server.rkt) | 0 | ||||
-rw-r--r-- | tests/tcpvanilla/tcptalk.rkt (renamed from feasibility_analysis/tcpvanilla/tcptalk.rkt) | 0 |
19 files changed, 2 insertions, 2 deletions
diff --git a/client.rkt b/Hermes/client.rkt index 25be149..25be149 100644 --- a/client.rkt +++ b/Hermes/client.rkt diff --git a/concurrentreadandprint.rkt b/Hermes/concurrentreadandprint.rkt index f67f1dd..f67f1dd 100644 --- a/concurrentreadandprint.rkt +++ b/Hermes/concurrentreadandprint.rkt diff --git a/server.rkt b/Hermes/server.rkt index d1f5a98..d1f5a98 100644 --- a/server.rkt +++ b/Hermes/server.rkt diff --git a/tcpcommunication.rkt b/Hermes/tcpcommunication.rkt index 27a5151..27a5151 100644 --- a/tcpcommunication.rkt +++ b/Hermes/tcpcommunication.rkt @@ -72,11 +72,11 @@ satisfactorily we would have met our goals. ## Architecture Diagram #### Preliminary design -![Architecture](https://github.com/oplS17projects/Hermes/blob/master/arch_diagram.png) +![Architecture](https://github.com/oplS17projects/Hermes/blob/master/ext/arch_diagram.png) #### The Game plan -![Diagram](https://github.com/oplS17projects/Hermes/blob/master/architecture_diagram.png) +![Diagram](https://github.com/oplS17projects/Hermes/blob/master/ext/architecture_diagram.png) ## Schedule diff --git a/FP4-instructions.md b/docs/FP4-instructions.md index 6a04e91..6a04e91 100644 --- a/FP4-instructions.md +++ b/docs/FP4-instructions.md diff --git a/arch_diagram.png b/ext/arch_diagram.png Binary files differindex 6bb8803..6bb8803 100644 --- a/arch_diagram.png +++ b/ext/arch_diagram.png diff --git a/architecture_diagram.png b/ext/architecture_diagram.png Binary files differindex 1949ae0..1949ae0 100644 --- a/architecture_diagram.png +++ b/ext/architecture_diagram.png diff --git a/Gui_Exploration.rkt b/tests/gui/Gui_Exploration.rkt index ff4d2d3..ff4d2d3 100644 --- a/Gui_Exploration.rkt +++ b/tests/gui/Gui_Exploration.rkt diff --git a/feasibility_analysis/gui/windows.rkt b/tests/gui/windows.rkt index 4524673..4524673 100644 --- a/feasibility_analysis/gui/windows.rkt +++ b/tests/gui/windows.rkt diff --git a/feasibility_analysis/gui/windows2.rkt b/tests/gui/windows2.rkt index 3f60c80..3f60c80 100644 --- a/feasibility_analysis/gui/windows2.rkt +++ b/tests/gui/windows2.rkt diff --git a/feasibility_analysis/tcpevents/README.md b/tests/tcpevents/README.md index 7c3ec21..7c3ec21 100644 --- a/feasibility_analysis/tcpevents/README.md +++ b/tests/tcpevents/README.md diff --git a/crpovertcp.rkt b/tests/tcpevents/crpovertcp.rkt index 57874a8..57874a8 100644 --- a/crpovertcp.rkt +++ b/tests/tcpevents/crpovertcp.rkt diff --git a/feasibility_analysis/tcpevents/server.rkt b/tests/tcpevents/server.rkt index 4313bda..4313bda 100644 --- a/feasibility_analysis/tcpevents/server.rkt +++ b/tests/tcpevents/server.rkt diff --git a/feasibility_analysis/tcpvanilla/README.md b/tests/tcpvanilla/README.md index b8e2883..b8e2883 100644 --- a/feasibility_analysis/tcpvanilla/README.md +++ b/tests/tcpvanilla/README.md diff --git a/feasibility_analysis/tcpvanilla/client.rkt b/tests/tcpvanilla/client.rkt index 967d2b9..967d2b9 100644 --- a/feasibility_analysis/tcpvanilla/client.rkt +++ b/tests/tcpvanilla/client.rkt diff --git a/feasibility_analysis/tcpvanilla/client2.rkt b/tests/tcpvanilla/client2.rkt index 47e3052..47e3052 100644 --- a/feasibility_analysis/tcpvanilla/client2.rkt +++ b/tests/tcpvanilla/client2.rkt diff --git a/feasibility_analysis/tcpvanilla/server.rkt b/tests/tcpvanilla/server.rkt index bf72aff..bf72aff 100644 --- a/feasibility_analysis/tcpvanilla/server.rkt +++ b/tests/tcpvanilla/server.rkt diff --git a/feasibility_analysis/tcpvanilla/tcptalk.rkt b/tests/tcpvanilla/tcptalk.rkt index d069851..d069851 100644 --- a/feasibility_analysis/tcpvanilla/tcptalk.rkt +++ b/tests/tcpvanilla/tcptalk.rkt |