Hi everyone, I started of the week by going through the lua programming manual and few applications of the Lua C api. I made a few sample programs to better understand the stack based api.I started working on the plugin and made a basic configuration reader for the plugin which is very similar to the CGI plugin. The scaffolding of the plugin is in place and I can get into building a basic version the next week.
Most of my time this week was spend in reading code and identifying functions and data that should be exposed through the lua scripting framework. I haven't finalized the api yet and will have to discuss with Jorge about the same. I have currently decided up on wrapping certain data structures like the server config structure, the session request structure and a few others and injecting them as globals.Then they have to be read back. Another possible implementation could be using explicit function calls from the lua scripts for communication. *Work for next week* - Complete a basic version of the plugin. - Draft the api and start the implementation code: https://github.com/diadara/monkey/commits/lua-exp blog post: http://diadara.github.io/blog/2014/05/26/gsoc-monkey-project/ -- Nithin Saji Bits Pilani
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
