summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..f0aa46a
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,15 @@
+# Flexible topology demonstration
+
+This is a demonstration of transparently modifying a topology using ZeroMQ and
+DNS. More documentation is forthcoming, once I get around to translating it
+from the original OOo document.
+
+Prerequisites needed to get this working:
+
+- zeromq built with `dns://` support, from the `dns` branch of
+ https://github.com/mato/libzmq
+- a machine you can run a test installation of BIND 9 on
+- Ruby 1.9
+- ffi-rzmq from https://github.com/chuckremes/ffi-rzmq/
+
+Martin Lucina <martin@lucina.net>, November 2011