Skip to content

Commit

Permalink
Added a section on SNMP to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jul 14, 2023
1 parent 12ecd01 commit d131031
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The current version and release history of the JPO-ODE: [ODE Release Notes](<doc
11. [Code.gov Registration Info](#codegov-registration-info)
12. [Kubernetes](#kubernetes)
13. Sonar Token Configuration([#Sonar cloud](https://sonarqube.ow2.org/documentation/user-guide/user-token/))
14. [SNMP](#snmp)

<!--
#########################################
Expand Down Expand Up @@ -609,11 +610,11 @@ Users can generate tokens that can be used to run analyses or invoke web service

USDOT-JPO-ODE SonarCloud Organization : https://sonarcloud.io/organizations/usdot-jpo-ode-1/

## Generating a token
### Generating a token
You can generate new tokens at User > My Account > Security.
The form at the bottom of the page allows you to generate new tokens. Once you click the Generate button, you will see the token value. Copy it immediately; once you dismiss the notification you will not be able to retrieve it.

## Using a token
### Using a token
SonarScanners running in GitHub Actions can automatically detect branches and pull requests being built so you don't need to specifically pass them as parameters to the scanner.

**<ins>To analyze your projects with GitHub Actions, you need to: </ins>**
Expand All @@ -631,5 +632,17 @@ Configure your workflow YAML file as below:

Commit and push your code to start the analysis.

## Revoking a token
### Revoking a token
You can revoke an existing token at User > My Account > Security by clicking the Revoke button next to the token.

## 14. SNMP
The ODE is capable of communicating with RSUs to:
- Query TIMs
- Deposit TIMs
- Delete TIMs

The following SNMP protocols are supported for communication with RSUs:
- DSRC 4.1 (defined in 'Dedicated Short-Range Communications Roadside Unit Specifications')
- NTCIP1218 (defined in 'National Transportation Communications for ITS Protocol')

Additionally, the ODE supports the execution of PDM operations on RSUs. PDM operations are not defined in NTCIP1218, but are defined DSRC 4.1.

0 comments on commit d131031

Please sign in to comment.