-
- Downloads
batman-adv: OGMv2 - add basic infrastructure
This is the initial implementation of the new OGM protocol (version 2). It has been designed to work on top of the newly added ELP. In the previous version the OGM protocol was used to both measure link qualities and flood the network with the metric information. In this version the protocol is in charge of the latter task only, leaving the former to ELP. This means being able to decouple the interval used by the neighbor discovery from the OGM broadcasting, which revealed to be costly in dense networks and needed to be relaxed so leading to a less responsive routing protocol. Signed-off-by:Antonio Quartulli <antonio@open-mesh.com> Signed-off-by:
Marek Lindner <mareklindner@neomailbox.ch>
Showing
- net/batman-adv/Makefile 1 addition, 0 deletionsnet/batman-adv/Makefile
- net/batman-adv/bat_algo.h 13 additions, 0 deletionsnet/batman-adv/bat_algo.h
- net/batman-adv/bat_v.c 48 additions, 3 deletionsnet/batman-adv/bat_v.c
- net/batman-adv/bat_v_ogm.c 279 additions, 0 deletionsnet/batman-adv/bat_v_ogm.c
- net/batman-adv/bat_v_ogm.h 32 additions, 0 deletionsnet/batman-adv/bat_v_ogm.h
- net/batman-adv/main.c 6 additions, 0 deletionsnet/batman-adv/main.c
- net/batman-adv/main.h 1 addition, 0 deletionsnet/batman-adv/main.h
- net/batman-adv/packet.h 29 additions, 0 deletionsnet/batman-adv/packet.h
- net/batman-adv/types.h 18 additions, 0 deletionsnet/batman-adv/types.h
Loading
-
mentioned in commit fc9b87d8
-
mentioned in commit cb1f73e6
-
mentioned in commit ee1d443e
-
mentioned in commit 6f5d10c0
-
mentioned in commit 0f2b8930
-
mentioned in commit 45e9802c
-
mentioned in commit 5b74dd81
-
mentioned in commit ff7e608f
-
mentioned in commit 78c9133b
-
mentioned in commit 0aeedd43
Please register or sign in to comment