# IOT Lab ### Articles-and-Papers [installDocker](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 :-)