On Mon, 2003-12-15 at 22:16, Gerry Weaver wrote:
> That's okay. I appreciate the effort. I had some specific thoughts on a
> design that might have been tough to integrate into the cish code anyway.
> Basically, I was looking at implementing logical command sets as dynamically
> loaded shared libs so they could be easily removed if they were not needed
> (ie; system, interface, wireless, routing, bridging, etc.). This should also
> make it fairly easy for others to add new command sets without the need to
> dig into the core code. I figured if I was going to take the time, I should
> try to make it useable in all the leaf distros. The core would simply source
> all of the available libs and load them creating the global command set and
> contextual help.

Gerry,
I don't know if this will help, but you may want to take a look at a
config system created by Chad Carr. It's still in an Alpha state. Chad,
Lynn, and Eric will be able to describe the system better than me.

http://cvs.sourceforge.net/viewcvs.py/leaf/devel/ccarr/devel/

> I plan to use c++ to code the package. It is a lot easier
> to just grab a pointer from the lib to an object with all of it's data and
> functions. It also lends itself to extensibility by providing a predefined
> interface for the command libs. This would be very minimal c++. Just enough
> to get the encapsulation. No templates or other large non-portable stuff. I
> would welcome any thoughts or ideas on the package.

Would this code be compatible with uClibc?

-- 
Mike Noyes <mhnoyes at users.sourceforge.net>
http://sourceforge.net/users/mhnoyes/
SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to