Skip to content

ODE Release 1.0.5

hmusavi edited this page Mar 13, 2019 · 1 revision

ODE version 1.0.5 is now available on GitHub. The following features are included in this release:

  • ODE-1209 Fixed missing bsmSource metadata field
  • ODE-944 Creates SDW Depositor microservice using the new SDW REST API
  • ODE-1056 Modifying ODE to support both WebSocket interface or SDW Depositor microservice by configurable properties
  • ODE-844 Fixed GitHub issue 264: New Content Type for TIMs desired by WYDOT
  • ODE-994 Add the ODE version number to the Demo UI
  • ODE-944 Added Situation Data Warehouse depositor submodule to the ODE
  • ODE-1076 New values added for metadata.recordGeneratedBy: RSU, TMC_VIA_SAT, TMC_VIA_SNMP

You may pull from the jpo-ode-1.0.5 tag and deploy it to production using the following commands:

>	git checkout -B master origin/master
>	git pull --recurse-submodules 
>	git checkout tags/jpo-ode-1.0.5
>	git submodule update --recursive --init

To build and deploy, please use the following commands:

>	docker-compose down
>	docker-compose up --build -d

Please create an issue in GitHub if you have encounter any issues with the build or functionality.

Releases

Change Notices

Informational Reference

  • Decode a file with asn1c
  • Deposit BSM to S3
  • Docker fix for SSL issues due to corporate network
  • Docker management
  • ECDSA Primer
  • Filter BSMs through PPM module
  • Geofence Filtering for PPM
  • Import BSMs from RSU log file
  • Import TIMs from RSU log file
  • jpo security svcs Integration
  • Link host directory to Docker directory
  • Migrating from SDW websocket depositor to SDW Depositor Submodule
  • ODE Release Deployment
  • ODE Release Preparation
  • Prepare a fresh Ubuntu instance for ODE installation
  • Process for Handling Bugs (Code Defects)
  • Run the ODE using the ASN codec module
  • Query RSU for set TIMs
  • Schema Version 6 Change Notice
  • Signed Message File Import
  • TIM REST Endpoint Changes
  • Using the .env configuration file
  • Using the ODE test harness

Test Procedures

  • Delete TIM on RSU test
  • Event Logger Test
  • Import Decode and Deliver BSM Test
  • Manage SNMP Test
  • Sending PDM to RSU Test
  • Sending TIM to RSU Test
  • Submit_TIM_To_SDW Test

Archived

  • Log File Changes (schemaVersion=4)
  • Receive BSMs over UDP
  • Receive ISD via UDP and deposit to SDC
  • Receive VSD via UDP and deposit to SDC
  • Run the crypto test vectors code with ODE team's OSS encoder
  • SchemaVersion 5 Change Notice
Clone this wiki locally