Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-17,master
commit a173fae8f1b562df68eed7b1a0ad2cfd31c55d97 Author: Sven Eckelmann sven@narfation.org Date: Sun Jul 16 23:07:46 2017 +0000
doc: batman-adv/Protocol_information
a173fae8f1b562df68eed7b1a0ad2cfd31c55d97 batman-adv/Protocol_information.textile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/batman-adv/Protocol_information.textile b/batman-adv/Protocol_information.textile new file mode 100644 index 00000000..4b21cfda --- /dev/null +++ b/batman-adv/Protocol_information.textile @@ -0,0 +1,20 @@ +h2. Protocol Documentation + +* [[open-mesh:BATMANConcept|B.A.T.M.A.N. Concept]] - get an overview about B.A.T.M.A.N.'s main concepts +* [[open-mesh:routing_scenarios|Routing scenarios]] - a collection of routing scenarios a routing protocol should be able to handle +* [[Network-wide-multi-link-optimization|Multi-Link Optimizations]] - Use multiple links in batman-adv for fun and profit (technical documentation) +* [[Client-announcement|Client announcement]] - how batman-adv handles non-mesh clients bridged into the mesh +* [[Client-roaming|Client roaming]] - non-mesh clients moving from one mesh node to the next +* [[TT-Flags|TT Flags]] - explanation for internal flags used by the translation table code +* [[Packet-types|Batman-adv packet types]] - backward compatibility for batman-adv +* [[Compatversion|Compat versions]] - packet versions / formats used by batman-adv +* [[BATMAN_V|B.A.T.M.A.N. V]] - throughput based mesh routing with B.A.T.M.A.N. V +* [[Bridge-loop-avoidance-II]] - bridge loop avoidance to allow multiple gateways between LAN and mesh, redesigned +* [[DistributedArpTable-technical|Distributed ARP Table]] - technical details regarding the inner working of the DAT mechanism +* [[Fragmentation-technical|Fragmentation]] - technical details explaining the layer2 fragmentation +* [[Multicast-optimizations-tech|Multicast optimizations]] - technical details concerning the multicast optimizations +* [[NetworkCoding-technical|Network Coding]] - technical details regarding the network coding implementation +* "Batman-adv multicast optimization (video)":https://downloads.open-mesh.org/batman/misc/wbmv4-multicast.avi - how batman-adv optimizes multicast traffic by Linus and Simon [March 2011] +* "Bisect the batman-adv routing protocol (video)":https://downloads.open-mesh.org/batman/misc/wbmv4-bisect.avi - the bisect tool explained & demonstrated by Marek [March 2011] +* "Project CATWOMAN - network coding with batman-adv (video)":https://downloads.open-mesh.org/batman/misc/wbmv4-network_coding.avi - introduction into network coding with batman-adv by Martin and Jeppe [March 2011] +* "Random Linear Coding (video)":https://downloads.open-mesh.org/batman/misc/wbmv6-random-linear-network-codi... - presentation on network coding by Martin [April 2013]