Files
SOMEIP/source/example/your_app.json

28 lines
536 B
JSON
Raw Permalink Normal View History

2026-06-09 20:16:47 +08:00
{
"unicast": "127.0.0.1",
"logging": {
"level": "debug",
"console": "true"
},
"applications": [
{
"name": "your_server",
"id": "0x1234"
},
{
"name" : "your_client",
"id" : "0x4321"
}
],
"services": [
{
"service": "0x0001",
"instance": "0x0001",
"reliable": "30509"
}
],
"routing": "your_server",
"service-discovery": {
"enable": "false"
}
}