2025-12-23 18:22:55 +00:00
2025-12-23 18:22:55 +00:00
2025-12-23 18:22:55 +00:00

slmm

Standalone NL43 addon module (keep separate from the SFM/terra-view codebase).

Run the addon API:

pip install -r requirements.txt
uvicorn app.main:app --reload --port 8100

Endpoints:

  • GET /health
  • GET /api/nl43/{unit_id}/config
  • PUT /api/nl43/{unit_id}/config
  • GET /api/nl43/{unit_id}/status
  • POST /api/nl43/{unit_id}/status

Use app/services.py to wire in the TCP connector and call persist_snapshot with parsed DOD/DRD data.

S
Description
Sound Level Meter Manager
Readme 1.2 MiB
v0.4.0 Latest
2026-06-22 19:00:49 -04:00
Languages
Python 82.5%
HTML 16.1%
Shell 1.3%
Dockerfile 0.1%