Skip to content

Commit

Permalink
improve statement on first test-run
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpxe committed Apr 21, 2019
1 parent ae07147 commit 0238a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ Another advantage of CCEAP is that basically all methods for hiding data in netw

The tool requires `gcc` and Linux (or similar, e.g. [Cygwin](https://cygwin.com) under Windows). Run `make` to build the two components of the tool: *`client`* and *`server`*.

#### A first test-run

Open two terminals. Run `make runser` in one terminal to run the server (alternatively, run `./server -P 9999 -v`) and run `make runcli` in the other terminal (alternatively, run `./client -D 127.0.0.1 -P 9999 -v`). You should see some data transmission going on that will transfer a couple of packets and then terminate. The parameter `-v` is just use for verbose output while `-D` and `-P` specify server IP and TCP port to use.
#### A First Test-run

Open two terminals. Run `make runser` in one terminal to start the server (alternatively, run `./server -P 9999 -v`) and run `make runcli` in the other terminal (alternatively, `./client -D 127.0.0.1 -P 9999 -v`). You should see some data transmission going on that will transfer a couple of packets and then terminate. The parameter `-v` is just used for verbose output while `-D` and `-P` specify the server IP and the TCP port to use.

## Teaching Process in a Nutshell

Expand Down
Binary file modified documentation/docs.pdf
Binary file not shown.

0 comments on commit 0238a30

Please sign in to comment.