Smart Home Network Simulation for Visualisation and Generation of IoT/SmartHome Network traffic

Andreas T. Meyer-Berg 69b7c0e71d Merge branch 'GlobalScheduler' 3 years ago
examples 69b7c0e71d Merge branch 'GlobalScheduler' 3 years ago
gradle 0416ffdcce Updates Gradle to 5.4.1 4 years ago
libs b439b521b2 Finaly fixes Weka dependency 4 years ago
libs_src b439b521b2 Finaly fixes Weka dependency 4 years ago
src 702f5204f2 Adds PortNumber to export String Representation 4 years ago
.gitignore b439b521b2 Finaly fixes Weka dependency 4 years ago
README.md fdd3aea5d8 Various Addition 4 years ago
build.gradle b439b521b2 Finaly fixes Weka dependency 4 years ago
gradle.properties 353e2ff9dd Enables running the GUI via gradle 5 years ago
gradlew ffaa9fd17f Enables execution of gradlew on linux systems 5 years ago
gradlew.bat 3b5ec28546 Initializes gradle as build tool 5 years ago
settings.gradle 3b5ec28546 Initializes gradle as build tool 5 years ago

README.md

SmartHomeNetworkSim

Smart Home Network Simulation for Visualization and Generation of IoT/SmartHome Network traffic

Gradle tasks

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

Prerequisites

Required Libraries

Gradle downloads these during the build process

  • JUnit4 - Java unit test framework
  • Pcap4j - Java Library used for Pcap File creation (not yet implemented)
  • Math3 - Apache Common Maths (for Distribution function)

Developed by

Andreas T. Meyer-Berg (As part of his Bachelor Thesis)