From dd73107b89a6e43f1bec7f4b0db5caad2ffbf51b Mon Sep 17 00:00:00 2001 From: Roby Date: Sat, 18 Apr 2026 15:07:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 353522e..e8883d0 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ The ecosystem consists of three main parts: #### 2. Agent Setup (Remote Nodes) The `system_monitor.py` must be installed on every node you wish to monitor. -* Place `system_monitor.py` and `monitor_config.ini` in a folder (e.g., `/opt/node_agent/`). -* Edit `monitor_config.ini` to set the `NodeID` (must match the ID in `clients.json`) and MQTT credentials. +* Place `system_monitor.py` and `node_config.json` in a folder (e.g., `/opt/node_agent/`). +* Edit `node_config.json` to set the `NodeID` (must match the ID in `clients.json`) and MQTT credentials. * (Recommended) Set up a systemd service to run the agent automatically at boot. --- @@ -70,8 +70,8 @@ L'ecosistema si compone di tre parti principali: #### 2. Setup dell'Agente (Nodi Remoti) Il file `system_monitor.py` va installato su ogni nodo che vuoi monitorare. -* Copia `system_monitor.py` e `monitor_config.ini` in una cartella (es. `/opt/node_agent/`). -* Modifica `monitor_config.ini` impostando il `NodeID` (deve corrispondere all'ID in `clients.json`) e le credenziali MQTT. +* Copia `system_monitor.py` e `node_config.json` in una cartella (es. `/opt/node_agent/`). +* Modifica `node_config.json` impostando il `NodeID` (deve corrispondere all'ID in `clients.json`) e le credenziali MQTT. * (Consigliato) Crea un servizio systemd per avviare l'agente automaticamente al boot. --- From 3196907cea4d607c627f633fede217a0c82a70af Mon Sep 17 00:00:00 2001 From: Roby Date: Sat, 18 Apr 2026 15:07:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8883d0..9e7cb03 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📡 ARIFVG Fleet Control Console +# 📡 Fleet Control Console 🌍 *[Read in English](#english) | 🇮🇹 [Leggi in Italiano](#italiano)*