Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.01 KB

File metadata and controls

44 lines (36 loc) · 1.01 KB

Demo

Objective

42 shcool C++ rush challenge:
Have tow days to recreate GKrellM, a system monitor with both text mode and graphic mode.
Text mode: ncurses library
Graphic mode: SFML graphic library

How to use

cd ~
git clone https://github.com/JCTGY/ft_gkrellm
cd ft_gkrellm
make
./ft_gkrellmT   /** For Text Mode **/
./ft_gkrellmG . /** For Graphic Maode **/

Mandatory


  • Hostname/username module
  • OS info module
  • Date/time module
  • CPU module (Model, clock speed, number of cores, activity, ...)
  • RAM module
  • Network throughput module

Bonus


  • zaz’s favorite animal

Group Project Members

Mohammad Butt: https://github.com/mohammadbutt
Seunghyun Ko: https://github.com/kosehy
Jeffrey Chaing: https://github.com/JCTGY