harshitgupta1337 / fogsim

A Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments
http://arxiv.org/abs/1606.02007
41 stars 37 forks source link

Remove explicit specification of instance_count #1

Open harshitgupta1337 opened 8 years ago

harshitgupta1337 commented 8 years ago

During scenario setup, user has to specify the number of instances of a given module that are to run on a given device. This is extra information that can be obtained by the system as well, and its specification makes the interface complicated.

Tentative Solution approach : Derive the instance count from the number of modules connected to it.