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

Andreas T. Meyer-Berg 1b6d4cab6f Merge branch 'master' of git@git.tk.informatik.tu-darmstadt.de:andreas.meyer-berg/SmartHomeNetworkSim.git před 5 roky
examples af2b03bf62 Adds UserStudy Preset (one Device with one PacketSniffer) před 5 roky
gradle 3b5ec28546 Initializes gradle as build tool před 5 roky
src 1b6d4cab6f Merge branch 'master' of git@git.tk.informatik.tu-darmstadt.de:andreas.meyer-berg/SmartHomeNetworkSim.git před 5 roky
.gitignore 0e0a176e40 Adds testing structure, with tests for ImportController před 5 roky
README.md 7e9b48541d Improves README.md před 5 roky
build.gradle 0e0a176e40 Adds testing structure, with tests for ImportController před 5 roky
gradle.properties 353e2ff9dd Enables running the GUI via gradle před 5 roky
gradlew ffaa9fd17f Enables execution of gradlew on linux systems před 5 roky
gradlew.bat 3b5ec28546 Initializes gradle as build tool před 5 roky
settings.gradle 3b5ec28546 Initializes gradle as build tool před 5 roky

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)