Simple tool to simulate IoT deployments and data streams and collections
Simple tool to simulate IoT deployments and data streams and collections
mvn clean compile assembly:single
java -jar target/IoT-Simulator-0.01-jar-with-dependencies.jar
Once the tool is running, simply drag the collector node through the various parts of the screen and IoT nodes in the vicinity of the collector node will offload their locally cached data to the collector.
Please contact me at piyush DOT harsh AT zhaw DOT ch
.
Simply add code to the getErrorFactor method of ErrorModel class and use ErrorModel.activateCustomModel() in main method.
public static float getErrorFactor(float displacement)
{
//add your algorithm here - return value should be between 0.0 and 100.00
//therefore please scale the return probability factor accordingly
//input is the displace of the data collector node from sensor node
return 0.0f;
}
this software is licensed under the Apache License version 2.0. See the file LICENSE.