G15 LCD Linux CPU Monitor

(A super quick hack.)

Video:

At some point I plan on putting the top processes using CPU in the top part and the current memory usage.

Source:

Currently the app has only been tested on Ubuntu 8.04. Additionally the app is hard coded for 4 CPUs (It's partially coded for arbitrary amount)

main.c

How to compile and run.
	user@computer:~$ sudo apt-get install g++ gcc build-essential
	user@computer:~$ sudo apt-get install libg15-1 libg15-dev libg15daemon-client1 g15daemon libg15render-dev libg15render1 libg15daemon-client-dev
	user@computer:~$ wget http://timelessname.com/g15lcd/main.c
	user@computer:~$ gcc -O2 -fomit-frame-pointer -lg15daemon_client -lg15render -o main main.c
	user@computer:~$ chmod +x main
	user@computer:~$ ./main
	

Comments, suggestions, and critical criticism accepted: henszey@gmail.com


Home