Repository : ssh://git@open-mesh.org/doc
On branches: batman-adv-doc,master
commit 377db7667ec6d390757103266302c589f6724864 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Thu Oct 9 18:31:19 2008 +0200
add diagram for tq propagation
377db7667ec6d390757103266302c589f6724864 batman_iv.docbook | 11 ++++++++++- images/Makefile | 2 +- images/tq_prop.dia | Bin 0 -> 2024 bytes 3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/batman_iv.docbook b/batman_iv.docbook index cd50f816..8b6dddd8 100644 --- a/batman_iv.docbook +++ b/batman_iv.docbook @@ -152,7 +152,16 @@ TODO Explain multiple interfaces, which interface sends which OGM by which TTL, TQ incoming * local TQ towards this node / TQ max. </para> <para> - Example: Node A broadcasts the packet with TQ max. Node B receives it, applies the TQ calculation and rebroadcasts it. When node C gets the packet it knows about the transmit quality towards node A. [illustration needed] + Example: Node A broadcasts the packet with TQ max. Node B receives it, applies the TQ calculation and rebroadcasts it. When node C gets the packet it knows about the transmit quality towards node A. +</para> +<para> + <inlinemediaobject> + <imageobject> <imagedata fileref="images/tq_prop.pdf" format="EPS" scale="40" /> </imageobject> + <imageobject> <imagedata fileref="images/tq_prop.png" format="PNG" /> </imageobject> + <textobject> <phrase>Transmit Link Quality (TQ)</phrase> </textobject> + </inlinemediaobject> + + </para> </sect2>
diff --git a/images/Makefile b/images/Makefile index ae167d56..acca3164 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,5 +1,5 @@ GP_IMAGES=asym_penalty.gp -DIA_IMAGES=asymetry.dia tq.dia eq.dia rq.dia hop_penalty1.dia hop_penalty2.dia asym_link1.dia asym_link2.dia +DIA_IMAGES=asymetry.dia tq.dia eq.dia rq.dia hop_penalty1.dia hop_penalty2.dia asym_link1.dia asym_link2.dia tq_prop.dia PNG_IMAGES= $(DIA_IMAGES:.dia=.png) PNG_IMAGES+=$(GP_IMAGES:.gp=.png) PDF_IMAGES= $(DIA_IMAGES:.dia=.pdf) diff --git a/images/tq_prop.dia b/images/tq_prop.dia new file mode 100644 index 00000000..5af3eb1a Binary files /dev/null and b/images/tq_prop.dia differ