From 16fe159204a37081d6b109acf3762fd2bc1b866d Mon Sep 17 00:00:00 2001 From: test2 Date: Thu, 24 Oct 2019 02:01:10 +0300 Subject: [PATCH] error --- IoT/README.md | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/IoT/README.md b/IoT/README.md index 0bf01de..116bf5c 100755 --- a/IoT/README.md +++ b/IoT/README.md @@ -3,34 +3,5 @@ ### Articles-and-Papers - [installDocker](https://www.theinternetofthings.eu/sites/default/files/Rob%20van%20Kranenburg/networked_objects.pdf) + [Networked objects and smart devices](https://www.theinternetofthings.eu/sites/default/files/Rob%20van%20Kranenburg/networked_objects.pdf) -### Installation - -##### 1. Install docker - -see [installDocker](/Howtos/installDocker.md) - - -##### 2. Download files - - [file1](/files/mysec-lite-commands.tar.gz) - [file2](/files/mysec-lite.xaa) - [file3](/files/mysec-lite.xab) - -##### 3. Load It - -```sh -$ bash ./install-exercise_tcp_attack.sh -``` - -##### 3. Run It - -```sh -$ ./lab-load-exercise_tcp_attack # Load Lab Environment. Required only once per Session -$ ./lab-run-tcpattack-attacker # Console4Attacker -$ ./lab-run-tcpattack-client # Console4Client -$ ./lab-run-tcpattack-server # Console4Server -``` - -##### Happy coding :-)