Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alam156 opened this issue Aug 28, 2023 · 0 comments

Comments

@alam156
Copy link

alam156 commented Aug 28, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant