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.
9 lines
183 B
C
9 lines
183 B
C
/*
|
|
* cmd_redteam.h
|
|
* Red Team resilient connectivity module.
|
|
* Compiled as empty when CONFIG_MODULE_REDTEAM is not set.
|
|
*/
|
|
#pragma once
|
|
|
|
void mod_redteam_register_commands(void);
|