8000 GitHub - Garik-/iStatus: Shows the temperature of the Raspberry Pi in the MacOS status bar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Garik-/iStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iStatus

Shows the temperature, cpu and memory usage of the Raspberry Pi in the MacOS status bar

preview

How it works

The server parses files:

/proc/stat
/proc/meminfo
/sys/class/thermal/thermal_zone0/temp

generates JSON and sends it with a broadcast UDP request

Manual install

UDP Server

  1. Build server
cd server
make build
  1. Deploy to Raspberry Pi
scp istatus pi@raspberrypi.local:/home/pi/bin/
scp istatus.service pi@raspberrypi.local:/home/pi/bin/
  1. Launch service on Raspberry Pi
sudo -s
mv istatus.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable istatus
systemctl start istatus

check

systemctl status istatus
journalctl -u istatus -f

MacOS Application

I did the project over the weekend, I don't know how to make releases yet.
¯\(ツ)

About

Shows the temperature of the Raspberry Pi in the MacOS status bar

Resources

Stars

Watchers

Forks

Packages

No packages published
0