Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/handayogi/realtime-system-monitoring

This repository contains information about developing a simple real-time database web app.
https://github.com/handayogi/realtime-system-monitoring

chartjs css firebase-realtime-database html javascript pervasive-computing python realtime-database vercel

Last synced: 13 days ago
JSON representation

This repository contains information about developing a simple real-time database web app.

Awesome Lists containing this project

README

        

# Realtime System Monitoring.

> IF4025 - Pervasive Computing Course at Institut Teknologi Sumatera (ITERA).

**Simple real-time system monitoring** is an application that focuses on sending **CPU Usage**, **CPU Frequency**, **Virtual Memory Usage**, and **Network (*bytes_sent* and *bytes_received*)** data from a computer to **Firebase**, then displaying the data in real-time on a website using **Flask** deployed to **Vercel**. You can modify it to send and display other data in real-time.

## IF4025 - Pervasive Computing

This course covers the principles and practices of pervasive computing (ubiquitous computing), also known as the Internet of Things (IoT). The course provides an in-depth, hands-on experience: students will work in small teams to design an IoT project. In addition, students will present an overview and summary of the commercial landscape of one of the topics covered in class, also in small teams. There will be a short quiz at the beginning of each class based on the readings for the class.

## Table of Contents
| No. | Topics | Description | Notebook | Hands-on |
| --- | ------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------- | -------- |
| 1 | Simple Real-time Database | Web Apps for monitoring computer system data in real-time | [realtime-system-monitoring](https://github.com/handayogi/realtime-system-monitoring) | HO 1 |

## Reference
- Course: [Pervasive Computing](https://mctm.web.id/course/if4025)
- GitHub Courses: [IF4025](https://github.com/informatika-itera/if4025-handson/tree/main/1_simple-realtime-database)
- Psutil: [Psutil Documentation](https://psutil.readthedocs.io/en/latest/)