summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard Whitehouse [Sun, 20 Feb 2011 02:06:51 +0000 (02:06 +0000)]
Swap map around to make it easier for the bridge helper
Richard Whitehouse [Sun, 20 Feb 2011 02:05:54 +0000 (02:05 +0000)]
Allow MooseAddress to be used as a property for ns3 Objects under the TypeID system
Richard Whitehouse [Sat, 19 Feb 2011 23:29:07 +0000 (23:29 +0000)]
Add ability to assign a prefix based on integer
Richard Whitehouse [Sat, 19 Feb 2011 23:28:25 +0000 (23:28 +0000)]
Add simulation framework for Moose Networks
Richard Whitehouse [Sat, 19 Feb 2011 23:27:44 +0000 (23:27 +0000)]
Add Moose Network Helper. Includes static routing for Moose Networks
Richard Whitehouse [Mon, 31 Jan 2011 19:12:48 +0000 (19:12 +0000)]
Adding Ethernet equivalent to moose example configuration.
Richard Whitehouse [Tue, 25 Jan 2011 05:17:12 +0000 (05:17 +0000)]
Add a example showing MOOSE in operation over a very simple topology and build it.
Richard Whitehouse [Tue, 25 Jan 2011 05:16:21 +0000 (05:16 +0000)]
Correct Author information, and add MOOSE Bridge Helper to build script.
Richard Whitehouse [Tue, 25 Jan 2011 04:12:25 +0000 (04:12 +0000)]
Created helper class based on ns3::BridgeHelper to create MOOSE Bridges.
Richard Whitehouse [Tue, 25 Jan 2011 03:48:55 +0000 (03:48 +0000)]
ARP Mangling implemented, and bug fixes for the MOOSE bridge involving caching entries.
Richard Whitehouse [Tue, 25 Jan 2011 03:26:24 +0000 (03:26 +0000)]
Corrected implementation of GetInt for MOOSE Address Fragments.
Richard Whitehouse [Tue, 25 Jan 2011 01:07:33 +0000 (01:07 +0000)]
Implemented MOOSE Ethernet Address Rewriting, Forwarding and Caching. Removed friend class from bridge port and made necessary changes. Tidied up interface for Bridge / Bridge Port.
Richard Whitehouse [Mon, 24 Jan 2011 12:09:25 +0000 (12:09 +0000)]
Created MOOSE Bridge Net Device. Added MOOSE Addressing.
Todo: Implement packet rewriting in Moose Net Device.
Richard Whitehouse [Mon, 24 Jan 2011 00:54:33 +0000 (00:54 +0000)]
Split Bridge Net Device into two different classes, with one for the port and one for the bridge itself to allow for the Rapid Spanning Tree Protocol to change port state.
Richard Whitehouse [Tue, 4 Jan 2011 16:51:18 +0000 (16:51 +0000)]
Adding code from ns3. ns-moose will use ns3 as a starting point.
Richard Whitehouse [Sat, 11 Dec 2010 15:26:21 +0000 (15:26 +0000)]
Inital Commit