8 Sep
2010
8 Sep
'10
12:15 p.m.
Noura Kossentini wrote:
I proposed to use TinyRadius but they refused it. they consider it (contamination risk AND the IPR risk )
My $0.02 is that licenses aren't an issue. FUD around licenses is an issue.
So they opt to FreeRadius Client. It's a C library, had to be used from a Java application, it would need to be called either via JNI, or simply linked into a small C main program and then spawned from Java as an external process.
I'm a beginner in c development . someone can help me to do this??
See the Java docs for how to link to C programs. Alan DeKok.