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
)
