|
@@ -1,6 +1,6 @@
|
|
|
# SmartHomeNetworkSim
|
|
|
|
|
|
-Smart Home Network Simulation for Visualisation and Generation of IoT/SmartHome Network traffic
|
|
|
+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
|
|
@@ -19,11 +19,16 @@ Gradle will download required libraries and handle the build process
|
|
|
|
|
|
$ gradlew tasks # Displays further available tasks
|
|
|
|
|
|
-## Required Libraries
|
|
|
+## Prerequisites
|
|
|
+* {Java SE JDK 8.0](https://www.oracle.com/technetwork/java/javase/downloads/index.html) or greater
|
|
|
+
|
|
|
+## Required Libraries
|
|
|
+Gradle downloads these during the build process
|
|
|
|
|
|
+* [JUnit4](https://junit.org/junit4/) - Java unit test framework
|
|
|
* [Pcap4j](https://www.pcap4j.org/) - Java Library used for Pcap File creation (not yet implemented)
|
|
|
|
|
|
<!-- comment -->
|
|
|
|
|
|
-## Developed by
|
|
|
+### Developed by
|
|
|
Andreas T. Meyer-Berg (As part of his Bachelor Thesis)
|