feat: boot manager, provisioning server, node stubs v0.3.0

This commit is contained in:
2026-06-06 17:25:52 +02:00
parent c22a2ea07e
commit 829a3e5f44
10 changed files with 622 additions and 145 deletions

View File

@@ -6,10 +6,11 @@
"wifi_mask": "255.255.255.0",
"wifi_gw": "192.168.1.1",
"wifi_dns": "8.8.8.8",
"comm_key": "YOUR_32_CHAR_BOOTSTRAP_KEY......",
"comm_iv": "YOUR_16_CHAR_IV.",
"base_url": "https://api.parta.app/API/V1/identity_layer/identity_iot/",
"comm_key": "YOUR_32_CHAR_KEY________________",
"comm_iv": "YOUR_16_CHAR_IV_",
"base_url": "https://api.parta.app/API/V1/identity_tag/",
"tenant_id": 1,
"node_type": "sensor",
"node_label": "pico-01"
}
"node_id": 0,
"node_type": "access_control",
"node_label": "terminal-01"
}