Module: sip-router Branch: master Commit: fa893fb17b703c47be9437e114481f188c62aede URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa893fb1...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jan 2 23:39:56 2012 +0100
app_mono: new module to run managed code embedded
- embeds the mono project interpreter - allows execution of manged code from config file, such as assemblies for C#/.NET, Java, a.s.o. - can load the assembly at startup or read it every time before execution
---
modules/app_mono/Makefile | 22 + modules/app_mono/README | 218 +++++++ modules/app_mono/app_mono_api.c | 945 +++++++++++++++++++++++++++++++ modules/app_mono/app_mono_api.h | 63 ++ modules/app_mono/app_mono_mod.c | 223 ++++++++ modules/app_mono/doc/Makefile | 4 + modules/app_mono/doc/app_mono.xml | 36 ++ modules/app_mono/doc/app_mono_admin.xml | 231 ++++++++ modules/app_mono/lib/SR.cs | 41 ++ 9 files changed, 1783 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=fa89...