From a3f635c5ab48658e3581a23e94b4f363ed76a3cf Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 6 May 2011 10:00:36 +0100 Subject: [PATCH] Add simulation to test routing in a ring network --- 4/data | 6 ++++++ 4/topology | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 4/data create mode 100644 4/topology diff --git a/4/data b/4/data new file mode 100644 index 0000000..b6ed885 --- /dev/null +++ b/4/data @@ -0,0 +1,6 @@ +ns-moose +2 +1 +1 0 1 1 +2 1 0 1 + diff --git a/4/topology b/4/topology new file mode 100644 index 0000000..f31ba93 --- /dev/null +++ b/4/topology @@ -0,0 +1,33 @@ +ns-moose +1 +1 +2 +25 +0 1 +1 2 +2 3 +3 4 +4 5 +5 6 +6 7 +7 8 +8 9 +9 10 +10 11 +11 12 +12 13 +13 14 +14 15 +15 16 +16 17 +17 18 +18 19 +19 20 +20 21 +21 22 +22 23 +23 24 +24 0 +25 12 +26 13 + -- 2.34.1