Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CXC-28: Update CARMA Cloud Plugin to have configurable IP/Port #593

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions src/v2i-hub/CARMACloudPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
"default":"127.0.0.1",
"description":"Server IP address for V2X hub"
},
{
"key":"WebServicePort",
kjrush marked this conversation as resolved.
Show resolved Hide resolved
"default":"22222",
"description":"Server Port for V2X hub to receive TCM messages"
},
{
"key":"CARMACloudIP",
"default":"http://127.0.0.1",
"description":"Server IP address for V2X hub"
},
{
"key":"CARMACloudPort",
"default":"33333",
"description":"Server Port for V2X hub to receive TCM messages"
},
{
"key":"fetchTime",
"default":"15",
Expand Down Expand Up @@ -63,11 +78,6 @@
"default": "No response received from CMV after repeatedly broadcast TCMs.",
"description": "If the plugin does not receives any aknowledgement from CMV within the configured seconds that match the original TCM, the plugin will create an NO ACK message and display it on UI."
},
{
"key":"WebServicePort",
"default":"22222",
"description":"Server Port for V2X hub to receive TCM messages"
},
{
"key":"listTCM",
"default":"true",
Expand Down
Loading
Loading