First commit
diff --git a/ccn_utils/miniccnx.conf b/ccn_utils/miniccnx.conf
new file mode 100644
index 0000000..ecb0643
--- /dev/null
+++ b/ccn_utils/miniccnx.conf
@@ -0,0 +1,12 @@
+[hosts]
+c1: _ ccnx:/,s1
+c2: _ ccnx:/,s1
+h1: _
+h2: _
+[routers]
+s1: ccnx:/1,h1 ccnx:/2,h2
+[links]
+c1:s1 bw=100
+c2:s1 bw=100
+s1:h1 bw=100
+s1:h2 bw=100