-
Notifications
You must be signed in to change notification settings - Fork 11
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
Documentation Updates & Removal of TIM Support #41
Conversation
…ssage types to README
Sync develop with latest USDOT changes
…docs-for-accuracy
Added 'Supported Message Types' section to README
…b.com/CDOT-CV/jpo-cvdp into refactoring/remove-tim-references
Removed TIM Support
Revised Documentation for Accuracy
Release Notes (2024 Q3 Release)
@@ -103,7 +115,7 @@ Example configuration files can be found in the [jpo-cvdp/config](../config) dir | |||
|
|||
The details of the settings and how they affect the function of the PPM follow: | |||
|
|||
## Sanitization Flag | |||
### Sanitization Flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been removed!
1. Pull the project into VSCode | ||
1. Reopen the project in a dev container | ||
1. Open the terminal. | ||
1. Type "sudo su" to run commands as root |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dev container configuration has been modified to make all shell scripts executable upon starting.
…m-docker-compose-files Removed unnecessary 'version' element from docker-compose files
…iguration Added standalone configuration instructions to testing documentation
…e-in-dev-container Modified dev container to make all scripts executable upon creation
…nfiguration-doc Removed TIM reference from configuration documentation
README Update: Supported Message Types
Problem
The README mentions basic safety messages (BSMs) but lacks a clear list of supported message types. This can lead users to mistakenly attempt processing unsupported message types.
Solution
A new 'Supported Message Types' section has been added to the README, clarifying that only BSMs are currently supported.
Removal of TIM Support
Problem
Although the PPM currently supports processing TIMs, this isn't part of the data flow to RSUs and the SDX. TIMs are only filtered based on geofences and do not contain personally identifiable information. Therefore, TIM support is unnecessary.
Solution
All references to TIMs have been removed from the project.
Testing
do_kafka_test.sh
script has been verified to work with these changes.Documentation Update
Problem
The documentation was outdated.
Solution
The documentation has been reviewed & revised for accuracy.