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

Andreas T. Meyer-Berg 0fbc8b78c4 Adds Simulation Window to start, stop, configure the simulation 5 vuotta sitten
gradle 3b5ec28546 Initializes gradle as build tool 5 vuotta sitten
src 0fbc8b78c4 Adds Simulation Window to start, stop, configure the simulation 5 vuotta sitten
.gitignore d5043b66c3 Creates gitignore file 5 vuotta sitten
README.md 7e9b48541d Improves README.md 5 vuotta sitten
build.gradle 353e2ff9dd Enables running the GUI via gradle 5 vuotta sitten
gradle.properties 353e2ff9dd Enables running the GUI via gradle 5 vuotta sitten
gradlew ffaa9fd17f Enables execution of gradlew on linux systems 5 vuotta sitten
gradlew.bat 3b5ec28546 Initializes gradle as build tool 5 vuotta sitten
settings.gradle 3b5ec28546 Initializes gradle as build tool 5 vuotta sitten

README.md

SmartHomeNetworkSim

Smart Home Network Simulation for Visualisation 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 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

Required Libraries

  • Pcap4j - Java Library used for Pcap File creation (not yet implemented)

Developed by

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