iFogSim1 icon indicating copy to clipboard operation
iFogSim1 copied to clipboard

The iFogSim Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments

Results 29 iFogSim1 issues
Sort by recently updated
recently updated
newest added

Please where can I add a scheduling algorithm in ifogsim

Hello I'm working on reducing power consumption in fog computing. Can I find the energy consumed in the connections between the nodes (the energy consumed in the links) in the...

Hi everyone, I'm not a java expert, so I have questions about modulePlacementEdgeward. My question is about the "shiftModuleNorth" function. I think this function has some problems in calculating the...

Dear Authors, Im a bachelor degree student and currently involved in doing a research project QoE in fog computing for academic purpose. As im doing my research, i come across...

I want to create a topology for my framework using your cloudslab ifogsim simulator i have already downloaded all the required applications and on java eclipse i wanted to use...

In the current version of iFogSim, I understand that each fog device defined only supports one parent device id. Thus, how to resolve this issue? Thanks.

In line 252: application.addTupleMapping("object_detector", "MOTION_VIDEO_STREAM", "DETECTED_OBJECT", new FractionalSelectivity(0.05)); // 0.05 tuples of type **_MOTION_VIDEO_STREAM_** are emitted by Object Detector module per incoming tuple of type MOTION_VIDEO_STREAM should be corrected as...

I used the Fog Gui to create a topology but when I click on Execution there is no change and the Fog Analyst Panel does not appear? The run simulation...

Hello, I am getting "Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/util/Pair" exception while I am trying to run the VRGameFog test. I have added all the jars to the classpath but...

Hi, I need to use PSO in fog servers manager, to manage the resource allocation Where I should write the code of PSO?