Skip to content

michalges/raspberrypi-hardware-info-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi hardware info API

A lightweight Python-based API designed to run on your Raspberry Pi, providing real-time monitoring of system metrics including CPU usage, temperature, RAM, and storage.

API was made to work with web interface

Used Technologies

  • Python
  • FastAPI
  • Docker

Requirements

  • Any Raspberry Pi model
  • Docker and Git installed on the Raspberry Pi

How to run

  • clone repository:

    git clone https://github.com/michalges/raspberrypi-hardware-info-api
    cd raspberrypi-hardware-info-api
  • run docker script:

    ./docker.sh

    This script starts the app and also ensures it will automatically restart and keep running on each boot.

  • open http://localhost:8080 to see the app running

Endpoints

To view all available endpoints, run the app and visit /docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors