intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
@ -0,0 +1,53 @@
|
||||
##====================================================================
|
||||
# # Configuration for MQTT VSOMEIP Gateway
|
||||
# #====================================================================
|
||||
gateway.mqtt {
|
||||
address = "mqtt-tcp://localhost:1885"
|
||||
sub_topic = "topic/sub"
|
||||
sub_qos = 0
|
||||
proto_ver = 4
|
||||
keepalive = 60
|
||||
clean_start = true
|
||||
username = "username"
|
||||
password = "passwd"
|
||||
clientid = "vsomeip_gateway"
|
||||
forward = "topic/pub"
|
||||
parallel = 2
|
||||
}
|
||||
|
||||
gateway.vsomeip {
|
||||
service_id = "0x1111"
|
||||
service_instance_id = "0x2222"
|
||||
service_method_id = "0x3333"
|
||||
service_event_id = "0x8778"
|
||||
service_eventgroup_id = "0x4465"
|
||||
conf_path = "/etc/vsomeip.json"
|
||||
}
|
||||
|
||||
|
||||
# #============================================================
|
||||
# # Http server
|
||||
# #============================================================
|
||||
http_server {
|
||||
# # http server port
|
||||
# #
|
||||
# # Value: 0 - 65535
|
||||
port = 8082
|
||||
# # parallel for http server
|
||||
# # Handle a specified maximum number of outstanding requests
|
||||
# #
|
||||
# # Value: 1-infinity
|
||||
parallel = 2
|
||||
# # username
|
||||
# #
|
||||
# # Basic authorization
|
||||
# #
|
||||
# # Value: String
|
||||
username = admin
|
||||
# # password
|
||||
# #
|
||||
# # Basic authorization
|
||||
# #
|
||||
# # Value: String
|
||||
password = public
|
||||
}
|
Reference in New Issue
Block a user