Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/handayogi/realtime-system-monitoring
- Owner: handayogi
- Created: 2024-10-06T07:38:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-07T17:35:07.000Z (about 1 month ago)
- Last Synced: 2024-10-17T21:34:13.431Z (about 1 month ago)
- Topics: chartjs, css, firebase-realtime-database, html, javascript, pervasive-computing, python, realtime-database, vercel
- Language: JavaScript
- Homepage: https://121140114pervasive.vercel.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)