doc update

This commit is contained in:
2026-01-22 15:30:06 -05:00
parent 152377d608
commit 738ad7878e

View File

@@ -8,7 +8,7 @@ Backend API service for controlling and monitoring Rion NL-43/NL-53 Sound Level
SLMM is a standalone backend module that provides REST API routing and command translation for NL43/NL53 sound level meters. This service acts as a bridge between the hardware devices and frontend applications, handling all device communication, data persistence, and protocol management. SLMM is a standalone backend module that provides REST API routing and command translation for NL43/NL53 sound level meters. This service acts as a bridge between the hardware devices and frontend applications, handling all device communication, data persistence, and protocol management.
**Note:** This is a backend-only service. Actual user interfacing is done via [SFM/Terra-View](https://github.com/your-org/terra-view) frontend applications. **Note:** This is a backend-only service. Actual user interfacing is done via customized front ends or cli.
## Features ## Features
@@ -27,7 +27,7 @@ SLMM is a standalone backend module that provides REST API routing and command t
``` ```
┌─────────────────┐ ┌──────────────────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌──────────────────────────────┐ ┌─────────────────┐
Terra-View UI │◄───────►│ SLMM API │◄───────►│ NL43/NL53 │ │◄───────►│ SLMM API │◄───────►│ NL43/NL53 │
│ (Frontend) │ HTTP │ • REST Endpoints │ TCP │ Sound Meters │ │ (Frontend) │ HTTP │ • REST Endpoints │ TCP │ Sound Meters │
└─────────────────┘ │ • WebSocket Streaming │ └─────────────────┘ └─────────────────┘ │ • WebSocket Streaming │ └─────────────────┘
│ • Background Poller ⭐ NEW │ ▲ │ • Background Poller ⭐ NEW │ ▲