Bug 1197 - Implement Object::Start/Stop() functionality
Implement Object::Start/Stop() functionality
Status: ASSIGNED
Product: ns-3
Classification: Unclassified
Component: general
ns-3-dev
All All
: P3 enhancement
Assigned To: Vedran Miletić
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-24 17:07 EDT by Tommaso Pecorella
Modified: 2014-05-22 09:58 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2011-06-24 17:07:59 EDT
This is to keep track of the efforts to implement a node's status about the PowerUp / PowerDown of a node.
The target is to be able to activate/deactivate a node during a simulation, possibly resetting its state upon battery recharge.

The discussion can be found in the Ns-developers mailing list (topic: "Energy model: stopping a node", June 2011) and in Nov. 2010 meeting's notes: http://www.nsnam.org/docs/meetings/november10.txt
Comment 1 Vedran Miletić 2011-06-27 05:28:21 EDT
I'm interested in implementing this, as I would like to model failures and repairs with ns-3. However, it seems that Resilinets already made some progress with it [1] and I wouldn't want to duplicate the work.

Does anyone know if this code will be released and included in ns-3?

[1] http://www.ittc.ku.edu/resilinets/papers/Cetinkaya-Broyles-Dandekar-Srinivasan-Sterbenz-2010.pdf
Comment 2 Tommaso Pecorella 2011-06-27 06:34:44 EDT
(In reply to comment #1)
> I'm interested in implementing this, as I would like to model failures and
> repairs with ns-3. However, it seems that Resilinets already made some progress
> with it [1] and I wouldn't want to duplicate the work.
> 
> Does anyone know if this code will be released and included in ns-3?
> 
> [1]
> http://www.ittc.ku.edu/resilinets/papers/Cetinkaya-Broyles-Dandekar-Srinivasan-Sterbenz-2010.pdf

Great news Vedran, we can team up in order to speedup.

About the paper you linked, no idea, maybe we could contact directly the authors and ask them if they're keen releasing their patches (unless they did their work more as an hack).

Anyway, it's worth contacting them also to ask if they have specific ideas / requirements.

Tommaso
Comment 3 Vedran Miletić 2013-01-06 08:21:51 EST
Latest codereview details: http://mailman.isi.edu/pipermail/ns-developers/2013-January/010795.html
Comment 4 John Abraham 2013-08-15 10:24:36 EDT
Please see Bug1522, if we solve this issue with some randomness we could back out the changes for Bug1522.