emmericp / MoonGen

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix and update example scripts

emmericp opened this issue · comments

Some of the example scripts use old, outdated, and/or broken APIs since we had some changes in the API recently.

hello-world.lua is the most modern example script and all other scripts should be updated to 'look like hello-world.lua'

We also need some kind of test that runs the examples and checks if they still work as expected