Hi everyone!

I am Didik Setiawan. I am studying Computer Science and Engineering at Surakarta
University, Indonesia. I am interested in participating in Google Summer of Code
of this year (2017) under GNU organization, especially Wget2.

I am interested in a project related to design and implementation of a framework
for plugins of Wget2.

For now, what I understood about this case is that I need to make Wget2
load libraries at times other than during the startup of program. This could be
done by include the header file <dlfcn.h> to use an API for opening a library
(dlopen()), looking up symbols (dlsym()), handling errors (dlerror()), and
closing the library (dlclose()). Then after I modified the main Wget2 program, I
could create some plugins (dot so files) to run custom operation.

What are your suggestions about these project? Please correct me if I lead to
misunderstanding.

Regads,
Didik Setiawan


Reply via email to