Smart Home Network Simulation for Visualisation and Generation of IoT/SmartHome Network traffic
Andreas T. Meyer-Berg fdd3aea5d8 Various Addition | 5 years ago | |
---|---|---|
examples | 5 years ago | |
gradle | 6 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
build.gradle | 5 years ago | |
gradle.properties | 6 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
settings.gradle | 6 years ago |
Smart Home Network Simulation for Visualization and Generation of IoT/SmartHome Network traffic
Gradle will download required libraries and handle the build process
$ gradlew build # Assembles and tests this project
$ gradlew jar # Creates an executable Jar-file
$ gradlew javadoc # Generates Java Doc for the framework
$ gradlew test # Runs the included unit tests
$ gradlew run # Runs the SmartHomeNetworkSim as a JVM Application
$ gradlew runIt # Runs the SmartHomeNetworkSim as a Jar-file
$ gradlew tasks # Displays further available tasks
Gradle downloads these during the build process
Andreas T. Meyer-Berg (As part of his Bachelor Thesis)