sim/top.conf
changeset 0 2b3e5ec03512
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sim/top.conf	Thu Apr 21 14:57:45 2011 +0100
@@ -0,0 +1,25 @@
+set dbdir "/tmp/bundledb"
+
+#storage set dbdir $dbdir
+
+#storage init postgres
+#storage init berkeleydb
+
+sim set runtill 100
+route set type  flood 
+sim set nodetype 2
+sim 0 create_node 0
+sim 0 create_node 1
+#sim <time>  create_contact <id> <src> <dst> <bw> <delay> <isup> <up> <down> 
+sim   0      create_contact  0     0     1     2     2       1     20     10
+
+
+#simdtn2 add bundles://sim/simcl://0 bundles://sim/simcl://1 0 ONDEMAND
+#simdtn2	<time>		addroute <src>	<dst>	<contactid>
+#simdtn2 	0 		    addroute  0	    1 		0 
+
+# <time> create_tr <src> <dst> <size> <batchsize> <reps> 	<gap>
+sim 3    create_tr   0     1	4	    1 	      10 		5
+
+
+