The Smart Rocks GUI App is a graphical user interface designed for the Smart Rocks project, which aims to develop a system of autonomous sensor nodes for monitoring and detecting vibrations and acoustic signals.
- Real-time display of sensor data from multiple nodes
- Visualization of sensor readings in graphical format
- Configurable settings for data acquisition and processing
- Easy node management and selection
- Data logging and exporting
To run this project on your own device, first install Docker. On Windows, you can install via winget in powershell: winget install Docker.DockerDesktop.
- Clone the repository and cd into it:
git clone https://github.com/SmartRocksProject/App && cd App- Build the docker image running the following command:
docker compose build --no-cache- Then docker compose up to run the app:
docker compose up- Open the app in a chromium based web browser at: https://localhost:3000
To be updated
This project is licensed under GNU General Public License v3.0 - see the LICENSE file for details.
