ns-3-simu_zebra_ipv6

log

age author description
4 years Mathieu Lacage remove schedule API to allow canceling and removing now and destroy events
4 years Mathieu Lacage add operator == and != to EventId
4 years Mathieu Lacage get rid of old buggy random walk model
4 years Mathieu Lacage do not try to remove invalid events
4 years Mathieu Lacage more debugging, make sure to save value string if it is value after parsing.
4 years Mathieu Lacage fix typos
4 years Mathieu Lacage be consistant with the rest of the code
4 years Mathieu Lacage add disc center position and debugging
4 years Mathieu Lacage add debugging output
4 years Mathieu Lacage a real random walk model
4 years Mathieu Lacage add Rectangle class and use it.
4 years Mathieu Lacage make sure we schedule the start event correctly
4 years Mathieu Lacage add cid support to waypoint model
4 years Mathieu Lacage add default value support to random waypoint
4 years Mathieu Lacage add a 3d random waypoint model
4 years Mathieu Lacage Random2dPosition -> RandomPosition
4 years Mathieu Lacage move Position class in own header
4 years Mathieu Lacage RandomRectangleTopology -> RandomTopology
4 years Mathieu Lacage use Random2dPosition from RandomRectangleTopology
4 years Mathieu Lacage add iid and cid support to Random2dPosition
4 years Mathieu Lacage a random position helper class
4 years Mathieu Lacage start support for random walk and random waypoint models
4 years Mathieu Lacage cleanup the header
4 years Mathieu Lacage split useful code out of random direction mobility model
4 years Mathieu Lacage remove unused class declarations
4 years Mathieu Lacage fix small typo
4 years Mathieu Lacage remove extraneous setters/getters
4 years Mathieu Lacage fix small typo
4 years Mathieu Lacage a topology class to read ns2's mobility files and a mobility generator.
4 years Mathieu Lacage a hierarchical mobility model
4 years Mathieu Lacage new version of DoGet and DoSet
4 years Mathieu Lacage use new MobilityModel::Get and remove old one.
4 years Mathieu Lacage add Position class and Get/Set methods on MobilityModel
4 years Mathieu Lacage POSITION_H -> MOBILITY_MODEL_H
4 years Mathieu Lacage position.h -> mobility-model.h
4 years Mathieu Lacage Position -> MobilityModel
4 years Mathieu Lacage PositionSetNotifier -> MobilityModelNotifier
4 years Mathieu Lacage add missing constructor declaration
4 years Mathieu Lacage build the new code
4 years Mathieu Lacage RandomDirection model
4 years Mathieu Lacage add a few constructors
4 years Mathieu Lacage implement Dispose
4 years Mathieu Lacage In some cases, when an event is scheduled against a subclass of Object, and if no one owns a reference directly to this object, the object is alive, has a refcount of zero and the method ran when the event expires runs against the raw pointer which means that we are manipulating an object with a refcount of zero. So, we must disable this check. This is really evil but I see no way to work around this.
4 years Mathieu Lacage add operator << (std::ostream)for Ptr<T>
4 years Mathieu Lacage add dirtyness tracking to DefaultValueBase
4 years Mathieu Lacage parse command-line arguments
4 years Mathieu Lacage a bunch of new DefaultValue subclasses
4 years Mathieu Lacage change GridTopology API and add RandomRectangle topology with similar API.
4 years Mathieu Lacage test random walk position model with grid topology
4 years Mathieu Lacage RandomWalk is a Position
4 years Mathieu Lacage change default values and add some debugging
4 years Mathieu Lacage add cid/iid support to RandomWalk
4 years Mathieu Lacage rename GridTopology::Create to GridTopology::ArrangeHorizontally
4 years Mathieu Lacage improve grid topology sample code and add dox documentation
4 years Mathieu Lacage add dox documentation
4 years Mathieu Lacage add dox documentation
4 years Mathieu Lacage increase sample simulation run
4 years Mathieu Lacage add some debugging output. initialize the time argument correctly.
4 years Mathieu Lacage make the sample code actually do something
4 years Mathieu Lacage improve sample code, make it build