Projet

Général

Profil

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

root / plugins / router / arris-sb6183 @ 3e83f451

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

# Date Auteur Commentaire
8654230b 2021-12-12 15:19 Nathaniel Clark

Fix review comments

Signed-off-by: Nathaniel Clark <>

b85c9aec 2021-12-12 15:19 Nathaniel Clark

arris-sb6183: Fix int32 wrapping in WebUI

When error counts wrap they are displayed as int32 and negative.
Recast them to uint32 to fix math.

Signed-off-by: Nathaniel Clark <>

09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

09b145cb 2020-09-26 06:59 Nathaniel Clark

Cleanup page decode

Signed-off-by: Nathaniel Clark <>

76b4675d 2020-09-26 06:59 Nathaniel Clark

Fix flake warnings

Signed-off-by: Nathaniel Clark <>

77e53059 2020-09-26 06:59 Nathaniel Clark

Merge both SB6183 plugins

Add more error handling for bad status from modem

Signed-off-by: Nathaniel Clark <>

7b078749 2020-09-26 06:59 Nathaniel Clark

Address review comments

Signed-off-by: Nathaniel Clark <>

13e4b4aa 2020-09-26 06:59 Nathaniel Clark

Fix spelling in comments

Signed-off-by: Nathaniel Clark <>

1671e356 2020-09-26 06:59 Nathaniel Clark

Add plugins for Arris Cable Modem SB6183

This provides two plugins:
  • arris-sb6183 - Power levels, SNR, error counts
  • arris-sb6183_uptime - Uptime in days

These are two seperate plugins because it's two different
urls it needs to hit, and this seemed simpler....