root Apostolos
5 years ago
2 changed files with 59 additions and 1 deletions
@ -0,0 +1,24 @@ |
|||||
|
# IOT Lab |
||||
|
|
||||
|
### Articles-and-Papers |
||||
|
|
||||
|
|
||||
|
[Networked objects and smart devices](https://www.theinternetofthings.eu/sites/default/files/Rob%20van%20Kranenburg/networked_objects.pdf) |
||||
|
|
||||
|
[Privacy of the Internet of Things](https://arxiv.org/pdf/1611.03340.pdf) |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
> caminante, no hay camino, |
||||
|
> se hace camino al andar. |
||||
|
> |
||||
|
> wanderer, there is no path, |
||||
|
> the path is made by walking. |
||||
|
> |
||||
|
> -- <cite>Antonio Machado: "Campos de Castilla"</cite> |
||||
|
|
||||
|
|
@ -1,2 +1,36 @@ |
|||||
# IoT |
# 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 :-) |
||||
|
Loading…
Reference in new issue