diff --git a/wiki/EEL.wiki b/wiki/EEL.wiki
index f075a1f8..9091c15f 100644
--- a/wiki/EEL.wiki
+++ b/wiki/EEL.wiki
@@ -47,4 +47,54 @@ Multiple destination NEM IDs may be specified. The example below shows three NEM
0.0 nem:1 pathLoss nem:2,96.3 nem:3,95.0
0.0 nem:2 pathLoss nem:1,94.2 nem:3,96.1
0.0 nem:3 pathLoss nem:2,94.9 nem:3,96.3
-}}}
\ No newline at end of file
+}}}
+
+= Example XML configs =
+You can start playback of an EEL file using the following:
+{{{
+emaneeventservice eventservice.xml
+}}}
+
+Here is a sample `eventservice.xml` file:
+{{{
+
+
+
+
+
+
+
+}}}
+
+And the sample `eelgenerator.xml` file:
+{{{
+
+
+
+
+
+
+
+}}}
+
+And a sample `deployment.xml` file:
+{{{
+
+
+
+
+
+
+
+
+
+}}}
+
+Finally, for the above config files you would write a `myscript.eel` file that contains the line-by-line events; you can use the above examples for this.
+
+For more information about what's going on, try log level 4:
+{{{
+emaneeventservice -l4 eventservice.xml
+}}}
+
+Time zero starts when you start the `emaneeventservice` program.
\ No newline at end of file