An open API service indexing awesome lists of open source software.

https://github.com/nkeramov/raspberry_pi_system_info

Simple web server that displays system information about Raspberry Pi
https://github.com/nkeramov/raspberry_pi_system_info

flask monitoring python raspberry-pi sysinfo

Last synced: over 1 year ago
JSON representation

Simple web server that displays system information about Raspberry Pi

Awesome Lists containing this project

README

          

# Raspberry Pi system info

This project is a simple web server that displays system information about your Raspberry Pi.

The information includes the board model, hostname, OS details, CPU (type, architecture, revision, serial number, number of cores, frequency, voltage, temperature, usage), RAM (total, used, free, cache, available), network interfaces (ip, mac), mounted disks and processes running in the system.

Information about disks and processes is displayed in tables. You can sort the tables by clicking on the column in the header

The web server is based on Flask framework. By default the application will run on port 8080. It can be changed in env file.

Gunicorn is used to launch. Use run.sh to run project.