feat: add embedded agent submodule and update architecture
- 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
This commit is contained in:
@@ -7,3 +7,6 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user