{"id":28721367,"url":"https://github.com/aranbarri/rmon","last_synced_at":"2025-06-15T07:06:47.146Z","repository":{"id":297834417,"uuid":"997988074","full_name":"aranbarri/rmon","owner":"aranbarri","description":"RMON is a lightweight, terminal-based system monitor for Raspberry Pi, with real-time display of CPU, memory, GPIO states, I2C devices, and more. ","archived":false,"fork":false,"pushed_at":"2025-06-07T19:30:45.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T19:31:48.672Z","etag":null,"topics":["gpio-pins","i2c","monitoring","nmon","raspberry-pi","rmon","sensors"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aranbarri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T16:20:00.000Z","updated_at":"2025-06-07T19:30:48.000Z","dependencies_parsed_at":"2025-06-07T19:42:10.682Z","dependency_job_id":null,"html_url":"https://github.com/aranbarri/rmon","commit_stats":null,"previous_names":["aranbarri/rmon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aranbarri/rmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranbarri%2Frmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranbarri%2Frmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranbarri%2Frmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranbarri%2Frmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aranbarri","download_url":"https://codeload.github.com/aranbarri/rmon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranbarri%2Frmon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259935601,"owners_count":22934387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gpio-pins","i2c","monitoring","nmon","raspberry-pi","rmon","sensors"],"created_at":"2025-06-15T07:06:46.375Z","updated_at":"2025-06-15T07:06:47.132Z","avatar_url":"https://github.com/aranbarri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n````\n_____  __  __  ____  _   _\n|  _ \\|  \\/  |/ __ \\| \\ | |\n| |_) | |\\/| | |  | |  \\| |\n|  _ \u003c| |  | | |  | | |\\  |\n|_| \\_\\_|  |_|\\____/|_| \\_|\n````\n# RMON – Raspberry Pi Terminal Monitor\n\n**RMON** is a terminal-based system monitor for **Raspberry Pi**, inspired by `nmon`, with real-time display of CPU, memory, GPIO states, I2C devices, and more.  \n\n\n![image](https://github.com/user-attachments/assets/0414577d-755e-48cd-86db-05c4bc1e58a5)\n\n---\n\n##  Features\n\n- `nmon`-style system monitoring in the terminal (via `curses`)\n- Per-core CPU usage and memory load shown with vertical bars\n- Real-time status of **GPIO** pins (input mode, ON/OFF)\n- **I2C** device detection using `i2cdetect`\n- **RaspMesh** detection (checks for `bat0` mesh interface)\n- System metrics: CPU temperature, frequency, voltage\n\n---\n\n##  Requirements\n\n- Raspberry Pi OS or similar (tested on Pi 3, 4, 5)\n- Python 3.x\n- Root privileges (`sudo`)\n- Packages:\n  - `psutil`\n  - `RPi.GPIO`\n  - `curses` (built-in)\n  - `i2cdetect` from `i2c-tools`\n\n---\n\n##  Installation\n\n```bash\nsudo apt update\nsudo apt install python3-pip i2c-tools\npip3 install psutil RPi.GPIO\n```\n\nClone and run:\n\n```bash\ngit clone https://github.com/aranbarri/rmon.git\ncd rmon\nsudo python3 rmon.py\n```\n\n\u003e `sudo` is required to access GPIO and I2C.\n\n---\n\n## 🔍 What It Monitors\n\n| Section | Metric                                 |\n|--------:|----------------------------------------|\n| CPU     | Per-core load with vertical bars       |\n| MEM     | RAM usage percentage                   |\n| DISK    | Used and free disk space               |\n| NET     | Sent/received bytes                    |\n| SYS     | CPU temp, frequency, voltage, mesh     |\n| I2C     | Devices detected via `i2cdetect`       |\n| GPIO    | States of GPIO pins (ON/OFF/N/A/RES)   |\n\n\u003e GPIO pins monitored: BCM 4–27 (excluding 2 and 3, reserved for I2C)\n\n---\n\n## 📝 License\n\nMIT License. Free to use, modify, and share.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faranbarri%2Frmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faranbarri%2Frmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faranbarri%2Frmon/lists"}