You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
759 B

5 years ago
# 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 :-)