lua-users home
lua-l archive

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


I would like to announce a new application using Lua -- Blue Security's Blue Frog desktop
application.

Blue Frog is the key element in Blue Security's Active Deterrence Technology. Additional
information can be found at http://www.bluesecurity.com

HTTP scripting is at the heart of the Blue Frog client. The architecture consists on a
CURL based HTTP client engine (with Zlib and OpenSSL), that is scriptable through Lua
scripts using an internally developed glue library. The operation mode is asynchronous
with callbacks into Lua code from native code. Effort has been put into implementing a
sandbox Lua environment that is isolated from any local IO related operations on the
running machine.

The source code is available at http://www.bluesecurity.com/downloads/source_code.asp .

Please note that the application code is not released as an open source project (the
license is available at
http://www.bluesecurity.com/legal/blue_frog_source_code_license.asp). The company is
currently considering its open source licensing policy.


Regards,
Shmulik Regev
Blue Security Ltd.