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 :-)