diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 0711f1ebd..fb393bb41 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -6,7 +6,16 @@ CONVERT = convert CSS = --css-include=manual.css SPLIT = --split section -DIA_SOURCES = internet-node-send.dia internet-node-recv.dia packet.dia node.dia buffer.dia sockets-overview.dia +DIA_SOURCES = \ + internet-node-send.dia \ + internet-node-recv.dia \ + packet.dia \ + node.dia \ + buffer.dia \ + sockets-overview.dia \ + testbed.dia \ + emulated-channel.dia + DIA_EPS = ${DIA_SOURCES:.dia=.eps} DIA_PNG = ${DIA_SOURCES:.dia=.png} DIA_PDF = ${DIA_SOURCES:.dia=.pdf} diff --git a/doc/manual/emulation.texi b/doc/manual/emulation.texi new file mode 100644 index 000000000..7f1a33e3f --- /dev/null +++ b/doc/manual/emulation.texi @@ -0,0 +1,28 @@ +@node Emulation +@chapter Emulation +@anchor{chap:Emulation} + +ns-3 has been designed + +@float Figure,fig:testbed +@caption{Implementation overview of testbed.} +@image{figures/testbed} +@end float + +@float Figure,fig:emulated-channel +@caption{Implementation overview of emulated channel.} +@image{figures/emulated-channel} +@end float + +@section Behavior + +Blah, blah. + +@section Usage + +Yadda yadda + +@section Implementation + +Mumble blah + diff --git a/doc/manual/figures/emulated-channel.dia b/doc/manual/figures/emulated-channel.dia new file mode 100644 index 000000000..e9ab6455e Binary files /dev/null and b/doc/manual/figures/emulated-channel.dia differ diff --git a/doc/manual/figures/testbed.dia b/doc/manual/figures/testbed.dia new file mode 100644 index 000000000..f612cc5a7 Binary files /dev/null and b/doc/manual/figures/testbed.dia differ