lorabridge / bridge-lcd-ui

LCD interface software for LoRaBridge bridges
GNU General Public License v3.0
1 stars 0 forks source link

display additional data #4

Open tobiasdam opened 2 years ago

tobiasdam commented 2 years ago

brainstorming issue for new ideas: e.g. diplay cpu temperature

cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000)) c"

would only require mounting /sys/class/thermal/thermal_zone0/temp into the container as ro Edit: the files is already in the container, no mounting required

tobiasdam commented 2 years ago

number of join request https://github.com/lorabridge/bridge-lorawan_tx/issues/9

tobiasdam commented 2 years ago

see original data ideas #3

tobiasdam commented 2 years ago

free diskspace, like df -h

tobiasdam commented 2 years ago

if we are doing something like a menu, how about a "update yourself" button (when connected to internet)

apt-get dist-upgrade and docker compose pull and up

tobiasdam commented 2 years ago

indicator for internet connectivity

tobiasdam commented 2 years ago

show dev eui for easy identification of bridges?

tobiasdam commented 2 years ago

uptime?