mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 13:00:38 +01:00
If CONFIG_OBUSPA_CONTROLLER_MTP_VERIFY=y is set, disabled by default, reject incoming USP records if from_id does not match a controller connected to the MTP instance on which the record was received.
29 lines
585 B
Text
29 lines
585 B
Text
if PACKAGE_obuspa
|
|
|
|
menu "Configuration"
|
|
|
|
config OBUSPA_DB_PATH
|
|
string "Configure path for usp.db file"
|
|
default "/tmp/"
|
|
|
|
config OBUSPA_MTP_ENABLE_MQTT
|
|
bool "Enable MQTT as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_WEBSOCKETS
|
|
bool "Enable WebSockets as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_STOMP
|
|
bool "Enable STOMP as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_COAP
|
|
bool "Enable CoAP as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_CONTROLLER_MTP_VERIFY
|
|
bool "Enable verification of controller MTP before processing the message"
|
|
default n
|
|
endmenu
|
|
endif
|