Projet

Général

Profil

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

root / plugins / network / ath9k_ @ 8589c6df

Historique | Voir | Annoter | Télécharger (19 ko)

# Date Auteur Commentaire
14ff36a3 2015-10-30 00:23 Lars Kruse

hide the python code part from shell parsers

This works around a syntax warning of the continuous integration system.
The cause of this warning could have never triggered anyway.
This commit encloses the whole python code safely in a "here" document.

3509d2a6 2015-10-30 00:23 Lars Kruse

remove python 2 compatibility due to widespread use of "yield from"

ec55d6cc 2015-10-30 00:21 Lars Kruse

new network plugin added: ath9k

Collect information related to ath9k wireless events and states. * rate control statistics ("rc_stats") * events (dropped, transmitted, beacon loss, ...) * traffic (packets, bytes)

All data is collected for each separate station (in case of multiple...