mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
25 lines
564 B
Text
25 lines
564 B
Text
if PACKAGE_obuspa
|
|
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
|
|
|
|
config OBUSPA_ENABLE_TEST_CONTROLLER
|
|
bool "Adds a test controller by default"
|
|
default n
|
|
endif
|