diff options
Diffstat (limited to 'doc/presentation.asciidoc')
-rw-r--r-- | doc/presentation.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/presentation.asciidoc b/doc/presentation.asciidoc new file mode 100644 index 0000000..3f81ac8 --- /dev/null +++ b/doc/presentation.asciidoc @@ -0,0 +1,21 @@ +DMC 2012 Praesentation TeamFK +============================= +:Author: Jan Klemkow, Benjamin Franzke + +== Gefangendilemma-Implementierung + + * Server in C + * Client in Prolog + +== Netzwerkprotokoll + + * TCP Port 8068 + * Uebertragung von einem Byte! + * 'c' fuer *Cooperation* + * 'd' fuer *Defection* + +== Netzwerkprotokoll-Ablauf + +image::image/network_protocol.svg[time] + +// vim: set syntax=asciidoc: |