Move command registry from components/command/ into components/core/. New modules: mod_canbus, mod_honeypot, mod_fallback, mod_redteam, mod_ota. Replace mod_proxy with tun_core (multiplexed SOCKS5 tunnel). Kconfig extended with per-module settings and async worker config.
7 lines
283 B
CMake
7 lines
283 B
CMake
idf_component_register(
|
|
SRCS cmd_honeypot.c hp_config.c hp_tcp_services.c hp_wifi_monitor.c hp_net_monitor.c
|
|
services/svc_ssh.c services/svc_telnet.c services/svc_http.c services/svc_ftp.c
|
|
INCLUDE_DIRS . services
|
|
REQUIRES core nvs_flash lwip esp_wifi freertos
|
|
)
|