iFogSim icon indicating copy to clipboard operation
iFogSim copied to clipboard

how to create and map tuple against a device and execute it while application is running?

Open alam156 opened this issue 2 years ago • 0 comments

I am trying to map tuple against a device. I tried using following code.

  1. Tuple tuple = application.createTuple(application.getEdges().get(0),0,0);
  2. device.sendPeriodicTuple(new SimEvent(SEND, 5.0, 0,1,-1,application.getEdges().get(0)));

In 2nd case, how can i map the Tuple against the device before executing application?

alam156 avatar Aug 28 '23 09:08 alam156