Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eht16/freifunk-scripts
Various Freifunk / Gluon scripts
https://github.com/eht16/freifunk-scripts
freifunk gluon
Last synced: 17 days ago
JSON representation
Various Freifunk / Gluon scripts
- Host: GitHub
- URL: https://github.com/eht16/freifunk-scripts
- Owner: eht16
- License: mit
- Created: 2019-01-26T12:21:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T13:01:16.000Z (over 2 years ago)
- Last Synced: 2024-11-08T15:14:13.991Z (2 months ago)
- Topics: freifunk, gluon
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Various Freifunk / Gluon scripts
## Set LED Status
Sets LED status on Freifunk router devices to display
only interesting information like:- are any clients connected?
- is a Freifunk gateway assigned (i.e. is the device connected to the Freifunk network)
- simple system health check (CPU load, free memory, NVRAM usage)More details and installation instructions can be found on:
https://www.pending.io/optimize-leds-on-freifunk-routers/## gluon_status
Simple command line script to query and display the node information and statistics
from one or more Freifunk devices.Example:
```
enrico@endor: ~% python3 gluon_status '[2a03:2267:2::16cc:20ff:feb4:c774]' '[2001:608:a01:2:c6e9:84ff:fe5b:9e26]'
CCCHH
=====
Node ID / Owner:
Model: TP-Link TL-WDR4300 v1 (v2018.1.4.0 )
Gateway: de:ad:be:ef:30:2fUptime: 1 days, 08:41:04
Load: 0.16 / Processes: 1 / 51
Memory: 31 MB / 122 MB
NVRAM: 7.05 %
Clients: Total: 3 Wifi: 3
Traffic: Rx: 2675.87 MB Tx: 123.92 MBRFguy-Augustenstrasse-Nord (ffmuc)
==================================
Node ID c4e9845b9e26 / Owner: [email protected]
Model: TP-Link CPE210 v1.0 (gluon-v2015.1-472-gdddade2 v2016.0)
Gateway: 1a:d1:a8:16:38:32Uptime: 37 days, 13:06:50
Load: 0.51 / Processes: 2 / 48
Memory: 29 MB / 60 MB
NVRAM: 8.05 %
Clients: Total: 6 Wifi: 6
Traffic: Rx: 29083.11 MB Tx: 1811.79 MB
```Requires Python3 and Requests and BeautifulSoup4 packages.