Skip to content

Parses MQTT raw topic & payload into Protobuf with HFP schema

License

Notifications You must be signed in to change notification settings

HSLdevcom/transitdata-hfp-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transitdata-hfp-parser Test and create Docker image

Description

Application for parsing HFP messages or APC messages from MQTT raw messages. Messages are read from one Pulsar topic and the output is written to another Pulsar topic.

Building

Dependencies

This project depends on transitdata-common project.

Locally

  • mvn compile
  • mvn package

Docker image

Running

Dependencies

  • Pulsar

Environment variables

  • MESSAGE_TYPE: the type of messages to parse, either hfp for HFP messages or apc for APC messages