I plan to write a KDE frontend for the traffic control and for iproute2. Is there anyt c/c++ API that I can use instead of executing shell commands ? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Fri, 2003-09-12 at 18:34, Σταμάτης Κεκές wrote:> I plan to write a KDE frontend for the traffic control and for iproute2. > Is there anyt c/c++ API that I can use instead of executing shell > commands ?You might use tcng http://tcng.sf.net best, Steve _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Have a look at tc source code every system calls should be in there ;-) -- Eric Leblond Nufw, Now User Filtering Works (http://www.nufw.org)
I know very well the tcng but it takes as input a configuration and produces a shell script. I need a library or the system calls to communicate directly with the kernel QoS without invlolving any shell command. Thanks for the interest. Steve Wright wrote:>On Fri, 2003-09-12 at 18:34, Σταμάτης Κεκές wrote: > > >>I plan to write a KDE frontend for the traffic control and for iproute2. >>Is there anyt c/c++ API that I can use instead of executing shell >>commands ? >> >> > > >You might use tcng http://tcng.sf.net > > >best, >Steve > > >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
I know tcng package but I prefer a library like libipt witch deals with the netfilter part of the kernel. Diogo Nuno P. Gomes wrote:>Hi! >There is the tcng package as mencioned in another reply and there is also: >http://oss.software.ibm.com/developerworks/downloads/index.php?group_id=93 >(IBM TC API) >It is some how unupdated but does the job >I''ll also be soon be working in a new C++ only API for a project i''m >involved. As soon as I get something running I''ll post something here. > >=Diogo Gomes > >-----Original Message----- >From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl] On >Behalf Of OoaiUoco EaeYo >Sent: sexta-feira, 12 de Setembro de 2003 7:34 >To: lartc@mailman.ds9a.nl >Subject: [LARTC] tc C/C++ API > > >I plan to write a KDE frontend for the traffic control and for iproute2. >Is there anyt c/c++ API that I can use instead of executing shell >commands ? > >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > > >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/