ns-moose.git
2011-04-16 Richard WhitehouseBug fix for static STP code.
2011-04-16 Richard WhitehouseFix bridge link comparator
2011-04-16 Richard WhitehouseFencepost error in network data entry
2011-04-16 Richard WhitehouseBug in enabling tracing
2011-04-16 Richard WhitehouseFencepost error
2011-04-16 Richard WhitehouseSTP doesn't do a minimum spanning tree, so nor should we.
2011-04-16 Richard WhitehouseUpdate simulation framework to use data files to allow...
2011-04-16 Richard WhitehouseRemove debugging statement
2011-04-16 Richard WhitehouseAllow a network topology to be loaded from a file
2011-04-16 Richard WhitehouseRefactored MooseHelper into generic Link Layer Helper
2011-04-16 Richard WhitehouseCorrecting type information
2011-04-15 Richard WhitehouseAllow different types of networks to be simulated
2011-04-15 Richard WhitehouseAdjust MOOSE Helper so the topology isn't part of the...
2011-04-15 Richard WhitehouseRaise default data rate for Ethernet to 1 Gbps
2011-04-15 Richard WhitehouseOptimise ASCII trace.
2011-04-15 Richard WhitehouseLimit Ethernet Bridge state table size (default 8000...
2011-04-15 Richard WhitehouseRemoved top level directory
2011-03-14 Richard WhitehouseAdded mesh to build file, corrected class names for...
2011-03-14 Richard WhitehouseAdded mesh topology
2011-03-14 Richard WhitehouseAdded torus topology
2011-03-14 Richard WhitehouseAdded cube topology
2011-03-14 Richard WhitehouseFixed logging definition
2011-03-14 Richard WhitehouseSeparated Topology into separate module
2011-03-14 Richard WhitehouseAllow a variable number of hosts
2011-02-21 Richard WhitehouseMore versatile MOOSE simulation which includes a better...
2011-02-20 Richard WhitehouseAdd static spanning tree algorithm to eliminate loops
2011-02-20 Richard WhitehouseAdd function to take enabled ports and disable as required
2011-02-20 Richard WhitehouseAdd ability to disable ports in order to form a tree.
2011-02-20 Richard WhitehouseAdded additional host and added UDP applications to...
2011-02-20 Richard WhitehouseKeep a container of IPv4 interfaces to allow applicatio...
2011-02-20 Richard WhitehouseRemove debugging statements and correct routes to use...
2011-02-20 Richard WhitehouseAdded additional logging to MOOSE Switch
2011-02-20 Richard WhitehouseMultimap required as each port may be on the optimal...
2011-02-20 Richard WhitehouseUse BridgeNetDevice ForwardBroadcast instead. Fix error...
2011-02-20 Richard WhitehouseOnly update port if expiration is not in the future
2011-02-20 Richard WhitehouseReverse Path Forwarding fix for Broadcast of Moose...
2011-02-20 Richard WhitehouseAdd ability to specify bridge address. Add learning...
2011-02-20 Richard WhitehouseReturn the port added to allow helper to pass meaningfu...
2011-02-20 Richard WhitehouseAdd ability to pass statically determined routing infor...
2011-02-20 Richard WhitehouseSwap map around to make it easier for the bridge helper
2011-02-20 Richard WhitehouseAllow MooseAddress to be used as a property for ns3...
2011-02-19 Richard WhitehouseAdd ability to assign a prefix based on integer
2011-02-19 Richard WhitehouseAdd simulation framework for Moose Networks
2011-02-19 Richard WhitehouseAdd Moose Network Helper. Includes static routing for...
2011-01-31 Richard WhitehouseAdding Ethernet equivalent to moose example configuration.
2011-01-25 Richard WhitehouseAdd a example showing MOOSE in operation over a very...
2011-01-25 Richard WhitehouseCorrect Author information, and add MOOSE Bridge Helper...
2011-01-25 Richard WhitehouseCreated helper class based on ns3::BridgeHelper to...
2011-01-25 Richard WhitehouseARP Mangling implemented, and bug fixes for the MOOSE...
2011-01-25 Richard WhitehouseCorrected implementation of GetInt for MOOSE Address...
2011-01-25 Richard WhitehouseImplemented MOOSE Ethernet Address Rewriting, Forwardin...
2011-01-24 Richard WhitehouseCreated MOOSE Bridge Net Device. Added MOOSE Addressing.
2011-01-24 Richard WhitehouseSplit Bridge Net Device into two different classes...
2011-01-04 Richard WhitehouseAdding code from ns3. ns-moose will use ns3 as a starti...
2010-12-11 Richard WhitehouseInital Commit