I am working on ifogsim simulator. I wanted to implement data collection algorithm in fog computing. Data collection in part of monitoring system. So please let me know how to setup monitor in ifogsim?
it is monitoring and emergency response that require low latency, and delay caused by transferring ... In this paper we propose a simulator, called iFogSim, to model IoT and ..... Configuration of Fog devices for EEG Tractor Game.
iFogSim is the tools only for simulating by modeling, for this you can use iFogsim library as tools for simulate your system in 3 steps as below then measure your parameters:
1. Model workload
create and set devices by spec
2. Model Application
in this you should create graph of your application, how many appModule you need? what each appModule do? and how communicate modules with each other(appEdges)?
3. Policies and Placement
which appModule assign to which device, in other words assign level 2 modules to level 1 devices
4. at the end you can measure any parameters you need.
in attach by DCNSFog example of iFogsim describe step by step modeling scenario