Add a script to generate up-to-date NDN testbed topologies for Mini-NDN
Change-Id: I9686c65fe2f38fbc980c5fb54d876ebb3d9e7ede
diff --git a/docs/howtos.rst b/docs/howtos.rst
index b95bde3..102f6ef 100644
--- a/docs/howtos.rst
+++ b/docs/howtos.rst
@@ -113,3 +113,16 @@
Also, if the local machine has a public IP, Mini-NDN nodes can be
reached via external machines.
+
+Generate NDN testbed topology
+___________________________________________
+
+Run the following install.sh command
+
+::
+
+ python3 util/testbed_topo_generator.py
+
+This will place a "testbed.conf" file in the topologies subdirectory,
+where it can be referenced as desired. To update the topology, simply
+rerun this command.
\ No newline at end of file