Re: [libchannel] Control procedures

2007-07-11 Thread Carl Fredrik Hammar
Ok, I think I figured out a proper solution, for clarity I will reiterate the entire solution. It's a lengthy mail, but please do read it and tell me what you guys think about it. We want to implement a .defs file with control procedures, which can ofcourse be independant of libchannel. The only

Re: [libchannel] Control procedures

2007-07-10 Thread Carl Fredrik Hammar
"Neal H. Walfield" <[EMAIL PROTECTED]> writes: > I agree with Pierre, please provide some examples. Ah yes, examples, examples. I've mostly been going by the following passage from an old archive mail about libchannel written by Marcus (http://people.debian.org/~terpstra/message/20020130.174030.

Re: [libchannel] Control procedures

2007-07-09 Thread Neal H. Walfield
I agree with Pierre, please provide some examples. I suspect that if an object implements a wider interface, then the added methods should be written up as a regular mig interface file. That's what mig is there for: the dirty work. As the new routines extend the old interface, just call the basic

Re: [libchannel] Control procedures

2007-07-09 Thread Pierre THIERRY
Scribit Carl Fredrik Hammar dies 09/07/2007 hora 22:04: > we want to be able to dynamically load in channel classes into a > channelio translater (at start-up) that can handle RPCs that are > unknown by libchannel and channelio Could you give examples? Curiously, Pierre -- [EMAIL PROTECTED] Open

Re: libchannel; networking (was: Fresh blood :)

2006-06-04 Thread Richard Braun
On Sun, Jun 04, 2006 at 02:15:50PM -0400, Thomas Schwinge wrote: > To do this networking rework properly, we should probably first take the > time to design and implement the ``legendary'' libchannel. I agree, this library and the channelio translator are something necessary for a lot of projects.

Re: libchannel

2002-05-02 Thread Roland McGrath
libchannel has nothing to do with sound support per se. If you want to work on sound support, that would be great. You can just get started on writing translators to implement /dev/audio or whatever interfaces you want for sound. After you have something working we will worry more about how to