Skip to content

gizmogoat/PiHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiHUD

PiHUD is a (currently CLI) heads-up system display intended for the Raspberry Pi, however it will work anywhere where the client and the server can be connected via LAN (or the internet?)

Warning

This is not designed to be flexible or work for everyone. It was designed for me. :)

IMG_2311

Features

  • Stats bars
    • CPU % bar
    • RAM % bar
    • Swap % bar
    • GPU % bar (NVIDIA only for now)
    • Root disk usage % bar
  • Text stats
    • Kernel version, architecture
    • Uptime
    • CPU model
    • GPU model (NVIDIA only for now)
    • Network interface Tx
    • Network interface Rx

Requirements

  • .NET 9

    Client

    • LAN connection
    • Any TTY or terminal emulator

    Server

    • LAN connection
    • Basic coreutils (sed, grep, free, etc.)
    • nvidia-smi (AMD GPU support will only come until I either personally get one or it is contributed)

About

Heads-up system display for any two computers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages