mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-09 02:37:23 +01:00
29 lines
645 B
Text
29 lines
645 B
Text
if PACKAGE_obuspa
|
|
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
|
|
|
|
config OBUSPA_ENABLE_TEST_CONTROLLER
|
|
bool "Adds a test controller by default"
|
|
default n
|
|
endif
|