Skip to content

BabitMF/bmf-gosdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go SDK for BMF

This repo implements some basic data structure used by BMF processing.

In addition, it also contains a pre-written CGO exporting tool to compile the user-written module into BMF-recognizable library.

The following code shows a module copying input packets to downstreams.

Ref: pass_through

Run tests

  1. setup envs

export CGO_FLAGS=xxx export CGO_LDFLAGS=xxx export LD_LIBRARY_PATH=xxx

  1. build example module

cd example && go build -buildmode c-shared -o go_pass_through.so pass_through.go && cd -

  1. run unit tests

cd bmf && go test -v .

Releases

No releases published

Packages

No packages published

Languages