db6fd566732a968aec1400b86b56c0fd6a685a9b
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 /healthGET /api/nl43/{unit_id}/configPUT /api/nl43/{unit_id}/configGET /api/nl43/{unit_id}/statusPOST /api/nl43/{unit_id}/status
Use app/services.py to wire in the TCP connector and call persist_snapshot with parsed DOD/DRD data.
Description
Languages
Python
100%