Skip to content

Testing ODELogger Plugin #194

paulbourelly999 edited this page May 24, 2021 · 3 revisions

Introduction

The ODELogger Plugin allows real-time message logging of J2735 messages to jpo-ode using the message broker Apache Kafka. The plugin uses librdkafka, a C/C++ client library to connect to a kafka broker running as a container with jpo-ode.

jpo-ode Setup

The first step is to setup ODE. Currently, we have an EC2 ODE instance on AWS. This is what I used to run ODE. After logging into AWS simply start the ODE instance and use the provided ssh command from the connect page. In order for this to work you will also need to download and move the ODE.pem file into the directory from which you run your ssh command.

Clone this wiki locally