krasuki / rpi-monitoring

Qt5 app which displays general information about system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTRODUCTION

Qt5 application made for Raspberry official Touchscreen 7".
The application displays general information about the target, monitoring graph (cpu and ram) and network information.
Remark : the application can be launched on Linux desktop too

DEPENDENCIES

  1. Install IDE QtCreator
sudo apt install qtcreator
  1. Install Qt5 : https://wiki.qt.io/Install_Qt_5_on_Ubuntu

  2. Install packages dependencies

sudo apt install libqwt-qt5-dev libqt5charts5 libqt5charts5-dev libqt5quickcontrols2-5 libqt5quickwidgets5 libqt5svg5 libqt5svg5-dev libqt5widgets5 libqt5core5a qtdeclarative5-dev libgles2-mesa-devqtquickcontrols2-5-dev qtquickcontrols2-5-dev libqt5quick5

REFERENCES

USEFUL LINKS

About

Qt5 app which displays general information about system

License:GNU General Public License v3.0


Languages

Language:C++ 96.0%Language:QMake 3.4%Language:C 0.6%