Skip to content
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

Implement BMP RAW message type #212

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

tobez
Copy link

@tobez tobez commented Jan 13, 2023

This is an implementation of BMP RAW messages that can be found in OpenBMP (as described in https://github.com/SNAS/openbmp/blob/master/docs/MESSAGE_BUS_API.md).

Production of the raw messages can be switched on by specifying --bmp-raw on the command line.
Additionally, a --admin-id=STRING option is added in order to have a control over collector hash ID mentioned in the RAW format specification.

Specifying --bmp-raw only makes sense in case Kafka publishing is in effect.

The implementation is fairly straightforward as the producer needs to do less work than in the case of parsed messages produced by default.

This work is based on an E-mail discussion between goBMP's author Serguei Bezverkhi @sbezverk and David Teach @dteach-rv, and was sponsored by NSRC https://nsrc.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant