Smart Home Network Simulation for Visualisation and Generation of IoT/SmartHome Network traffic
Andreas T. Meyer-Berg fdd3aea5d8 Various Addition | před 5 roky | |
---|---|---|
examples | před 5 roky | |
gradle | před 6 roky | |
src | před 5 roky | |
.gitignore | před 5 roky | |
README.md | před 5 roky | |
build.gradle | před 5 roky | |
gradle.properties | před 6 roky | |
gradlew | před 6 roky | |
gradlew.bat | před 6 roky | |
settings.gradle | před 6 roky |
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)