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
Prev Previous commit
Document --admin-id option.
Also alphabetize remaining options.
tobez committed Dec 18, 2022
commit 19051d13b7a396913f5ed8938ee341a64a4aea6c
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -129,6 +129,18 @@ The statically linked linux binary will be stored in ./bin sub folder.

*goBMP parameters:*

```
--admin-id={string} (default is os.hostname)
```

This collector's admin id (used in "bmp-raw" mode)

```
--bmp-raw
```

Publish BMP RAW messages (the default is to publish parsed messages)

```
--destination-port={port} (default 5050)
```
@@ -156,12 +168,6 @@ When intercept set "true", all incomming BMP messages will be processed and a co

Kafka server TCP/IP address

```
--bmp-raw
```

Publish BMP RAW messages (the default is to publish parsed messages)

```
--msg-file={message file path and location} (default "/tmp/messages.json")
```