summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini
blob: b4f47a3794841b4fa07682b198f8a6ec93abe325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[general]
# server type:
# switch between kuksa_databroker and kuksa_val_server
server_type = kuksa_databroker
# VSS mapping file
mapping = /usr/share/vss/vss.json

# IP address for server (KUKSA.val Server or Databroker)
ip = localhost

# Port for server (KUKSA.val Server or Databroker)
port = 55555

# Shall TLS be used (default False for Databroker, True for KUKSA.val Server)
tls = True

# TLS-related settings
# Path to root CA, needed if using TLS
root_ca_path=/etc/kuksa-val/CA.pem

# Token file for authorization.
token = /etc/kuksa-can-provider/can-provider.token

[can]
# CAN port
port = can0
# Enable SAE-J1939 Mode. False: ignore
j1939 = False
# DBC file used to parse CAN messages
dbcfile = /usr/share/dbc/agl-vcar.dbc