Template-driven IPFIX flow telemetry decoding and auditing for MoonBit
Dependencies
moon run examples/library_decode
python tools/make_example_stream.py
moon run cmd/moonipfix --target native -- inspect .scratch/example.ipfix
moon run cmd/moonipfix --target native -- templates .scratch/example.ipfix
moon run cmd/moonipfix --target native -- stats .scratch/example.ipfixpython tools/generate_registry.py --check
moon fmt --check
moon check --target all --deny-warn
moon test --target wasm-gc --deny-warn
moon test --target js --deny-warn
moon test --target native --deny-warn
python tools/test_cli.py
python tools/benchmark_100k.pyTemplate-driven IPFIX flow telemetry decoding and auditing for MoonBit
Dependencies