Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 9fe1eae8ad01a6f961773485d84838aab621042f Author: Martin Hundebøll martin@hundeboll.net Date: Thu Oct 13 16:58:51 2011 +0000
doc: batman-adv/NetworkCoding-technical
9fe1eae8ad01a6f961773485d84838aab621042f batman-adv/NetworkCoding-technical.textile | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile new file mode 100644 index 00000000..8be126e3 --- /dev/null +++ b/batman-adv/NetworkCoding-technical.textile @@ -0,0 +1,7 @@ +h1. Catwoman + +When forwarding packets in a wireless mesh network, airtime can be saved by exploiting the information already present at the destinations of a forward. One way of doing this is _Network Coding_, where two packets are XOR'ed together before transmission. Two extract one of the included packets, the destination must simply XOR the network coded packet with the other included packet: + +<pre> + (p1 XOR p2) XOR p2 = p1 +</pre> \ No newline at end of file