80ba316d4a
- Add device-agent-embedded submodule (ESP32 WireGuard agent) - Update README.md with embedded agent architecture - Update update.sh to exclude device-agent and device-agent-embedded (both built separately, not part of Docker deployment) - Add docs/DESIGN.md, API_COMPAT.md, HARDWARE.md for embedded agent - Add Kconfig for menuconfig options - Add sdkconfig.defaults for ESP-IDF configuration
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
[submodule "apps/server-core"]
|
|
path = apps/server-core
|
|
url = https://git.datadunia.com/nexusguard/nexus-server-core.git
|
|
[submodule "apps/dashboard-ui"]
|
|
path = apps/dashboard-ui
|
|
url = https://git.datadunia.com/nexusguard/nexus-dashboard-ui.git
|
|
[submodule "apps/device-agent"]
|
|
path = apps/device-agent
|
|
url = https://git.datadunia.com/nexusguard/nexus-device-agent.git
|
|
[submodule "apps/device-agent-embedded"]
|
|
path = apps/device-agent-embedded
|
|
url = https://git.datadunia.com/nexusguard/nexus-agent-embedded.git
|