bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] GSoC Project | Design and Implementation of a Framework for P


From: Didik Setiawan
Subject: [Bug-wget] GSoC Project | Design and Implementation of a Framework for Plugins
Date: Mon, 20 Mar 2017 03:06:51 +0700
User-agent: Mutt/1.8+18 (23c00b71f653) (2017-02-23)

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

[Prev in Thread] Current Thread [Next in Thread]