lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi to everyone...

I'm looking for a really lightweight rules/policy engine. We tried a
Java/J2ME commercial option (witmate) and found it too big for our
platform (we are trying to cram Policy Based Network Management concepts
into OpenWRT based routers).
Looking around for alternatives is how i came to discover Lua.
Event driven architecture would be ideal, but really *anything* even
remotely in rules/policy universe would be most helpfull.
Our backup alternative is precompile the rules off-line and generate the
corresponding state machine (expressed as a lua script, f.e. with
smc.sourceforge.net), and run that.

So, has anyone attempted a Rete implementation?

Thanks in advance.

Jorge