Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / network / olsrd @ 92483a04

Historique | Voir | Annoter | Télécharger (13,2 ko)

# Date Auteur Commentaire
04b9fc04 2018-04-03 23:40 Lars Kruse

olsrd: various improvements

  • support dirty config
  • add perldoc header
  • flake8 and shellcheck clean
a8d117a3 2017-09-10 18:51 Lars Kruse

olsrd: adjustments for the output format used by olsrd v0.9.5

Changes include:
  • use short names for "urls" (e.g. "lin" instead of "links")
  • whitespace instead of semicolon used as separators in "mid"
  • ignore variable number of header lines
612ebf5a 2015-10-30 00:57 Lars Kruse

safely hide the python code part from shell parsers

This works around a syntax warning emitted by the continuous integration
tool.
This commit encloses the python part of the hybrid shell / python script
within a "here" document.

1c281c61 2015-10-28 23:04 Lars Kruse

new network plugin added: olsrd

Collect basic information about the neighbours of an OLSR node: * link quality * neighbour link quality * number of nodes reachable behind each neighbour * ping times of direct neighbours

OLSR is a routing protocol (layer 3).