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

Andreas T. Meyer-Berg ab2e1208b1 Adds SensorCollector support to MQTT, Renames old version to SimpleMQTT %!s(int64=5) %!d(string=hai) anos
examples af2b03bf62 Adds UserStudy Preset (one Device with one PacketSniffer) %!s(int64=5) %!d(string=hai) anos
gradle 3b5ec28546 Initializes gradle as build tool %!s(int64=5) %!d(string=hai) anos
src ab2e1208b1 Adds SensorCollector support to MQTT, Renames old version to SimpleMQTT %!s(int64=5) %!d(string=hai) anos
.gitignore 0e0a176e40 Adds testing structure, with tests for ImportController %!s(int64=5) %!d(string=hai) anos
README.md d7c033f446 Adds PCAP file creation link %!s(int64=5) %!d(string=hai) anos
build.gradle 0e0a176e40 Adds testing structure, with tests for ImportController %!s(int64=5) %!d(string=hai) anos
gradle.properties 353e2ff9dd Enables running the GUI via gradle %!s(int64=5) %!d(string=hai) anos
gradlew ffaa9fd17f Enables execution of gradlew on linux systems %!s(int64=5) %!d(string=hai) anos
gradlew.bat 3b5ec28546 Initializes gradle as build tool %!s(int64=5) %!d(string=hai) anos
settings.gradle 3b5ec28546 Initializes gradle as build tool %!s(int64=5) %!d(string=hai) anos

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)

Developed by

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