Re: dccp
Patrick Schreiner <[email protected]> Wed, 28 Oct 2009 10:39:23 +0100
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Leandro, sorry for responding so late. I integrated your code into the =20 ccRTP-library and got it compiled and installed. There was only one =20 small problem: your classes RTPBaseDCCPIPv4Socket and =20 RTPBaseDCCPIPv6Socket do have the member-function available() which =20 calls a static member function available() of the DCCPSocket class of =20 the common cpp library which doesn't exist. Since available() was =20 called nowhere in your patch nor in your client-server example I just =20 took it out. After that the patched library compiled and installed =20 perfectly fine. What was availabe() supposed to do? Thank you Patrick Zitat von Leandro Sales <[email protected]>: > Hi Patrick and others, > any progress on this? > > Thank you, > Leandro. > > On Tue, Oct 20, 2009 at 9:33 AM, David Sugar <[email protected]> wrot= e: >> Once they are tested out and confirmed, we can produce a new release >> with them. >> >> Patrick Schreiner wrote: >>> Hi @all, >>> thank you for the patches. I'll get right to work trying to apply them. >>> Of course I will let you know if I have made any progress. >>> >>> Thanks again for all your help! >>> Patrick >>> >>> Zitat von Ivo Calado <[email protected]>: >>> >>>> Hi Patrick and all, >>>> =C2=A0 =C2=A0the patch which enable DCCP on CcRTP is attached. Please, = give us >>>> feedback if you could merged it successfully. >>>> >>>> Thanks, >>>> Ivo >>>> >>>> >>>> >>>> On Mon, Oct 19, 2009 at 13:01, Leandro Sales <[email protected]> wrot= e: >>>>> Hi Patrick, >>>>> =C2=A0 =C2=A0Ivo or Erivaldo will provide you the patches. Please, let= us have >>>>> feedbacks on this. Do you have write access to the CCRTP repository? >>>>> if yes, >>>>> please let me know because I can send you the patches by myself. >>>>> >>>>> Thanks, >>>>> Leandro. >>>>> >>>>> On Mon, Oct 19, 2009 at 9:14 AM, Patrick Schreiner >>>>> <[email protected]> wrote: >>>>>> >>>>>> Hi Leandro, >>>>>> >>>>>> first of all thank you very much for extending cc++ with DCCP. This i= s >>>>>> going to save me a lot of work and desperation. Do you think you >>>>>> could send >>>>>> me these patches so I could try merging them with the main project? >>>>>> >>>>>> Thanks >>>>>> Patrick >>>>>> >>>>>> Zitat von Leandro Sales <[email protected]>: >>>>>> >>>>>>> Hi Patrick, >>>>>>> =C2=A0We from the Federal University of Campina Grande has provided >>>>>>> support for dccp in commoncpp. We have also provided support for >>>>>>> ccrtp, but the code wasn't (still) merged in the mainline of the >>>>>>> project. We've submitted the patches to the ccrtp guys, but after th= ey >>>>>>> confirm they received the patches, until this moment, they didn't >>>>>>> confirm the merge, probably they are busy. >>>>>>> >>>>>>> []s >>>>>>> >>>>>>> On 10/19/09, Patrick Schreiner >>>>>>> <[email protected]> wrote: >>>>>>>> >>>>>>>> Hi @all, >>>>>>>> >>>>>>>> my name is Patrick Schreiner and I am a student at the university o= f >>>>>>>> T=C3=BCbingen. >>>>>>>> I'm trying to give proof of concept for a VoIP client which can ada= pt >>>>>>>> to net bandwidth and adjust the algorithmic delay used by its codec= . >>>>>>>> Since common c++ supports DCCP sockets since version 1.7.1 I >>>>>>>> wanted to >>>>>>>> ask if anyone has already extended ccRTP to also support DCCP. Or i= f >>>>>>>> no one has done that yet, if anyone could give me a little >>>>>>>> jump-start. >>>>>>>> My understandig up to now is, that I would have to extend the >>>>>>>> channel.h by the class RTPBaseDCCPIPv4Socket. But how would have = =C2=A0a >>>>>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any hel= p >>>>>>>> you can give me. >>>>>>>> >>>>>>>> Thanks in advance, >>>>>>>> Patrick Schreiner >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Ccrtp-devel mailing list >>>>>>>> [email protected] >>>>>>>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Sent from my mobile device >>>>>>> >>>>>>> Leandro Melo de Sales >>>>>>> Pervasive and Embedded Computing Laboratory >>>>>>> Professor in Computer Science at Federal University of Alagoas, Braz= il >>>>>>> PhD candidate in Computer Science at UFCG >>>>>>> >>>>>>> "The warrior is strong in loyalty, intensity, determination, >>>>>>> initiative, persistence, courage and willpower. The warrior is light >>>>>>> in the soul, self-trust and compassion. The warrior is often called = to >>>>>>> take the front when other cowardly make a step backwards. There are >>>>>>> warriors on the battlefields and in everyday life." >>>>>>> >>>>>>> http://www.leandrosales.com/ >>>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Leandro Melo de Sales >>>>> Pervasive and Embedded Computing Laboratory >>>>> Professor in Computer Science at Federal University of Alagoas, Brazil >>>>> PhD candidate in Computer Science at UFCG >>>>> >>>>> "The warrior is strong in loyalty, intensity, determination, initiativ= e, >>>>> persistence, courage and willpower. The warrior is light in the soul, >>>>> self-trust and compassion. The warrior is often called to take the fro= nt >>>>> when other cowardly make a step backwards. There are warriors on the >>>>> battlefields and in everyday life." >>>>> >>>>> http://www.leandrosales.com/ >>>>> >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Ivo Augusto Andrade Rocha Calado >>>> MSc. Candidate >>>> Embedded Systems and Pervasive Computing Lab - >>>> http://embedded.ufcg.edu.br >>>> Systems and Computing Department - http://www.dsc.ufcg.edu.br >>>> Electrical Engineering and Informatics Center - >>>> http://www.ceei.ufcg.edu.br >>>> Federal University of Campina Grande - http://www.ufcg.edu.br >>>> >>>> PGP: 0x03422935 >>>> Quidquid latine dictum sit, altum viditur. >>>> >>> >>> >>> >>> _______________________________________________ >>> Ccrtp-devel mailing list >>> [email protected] >>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >> >> _______________________________________________ >> Ccrtp-devel mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >> >> > > > > -- > Leandro Melo de Sales > Pervasive and Embedded Computing Laboratory > Professor in Computer Science at Federal University of Alagoas, Brazil > PhD candidate in Computer Science at UFCG > > "The warrior is strong in loyalty, intensity, determination, > initiative, persistence, courage and willpower. The warrior is light > in the soul, self-trust and compassion. The warrior is often called to > take the front when other cowardly make a step backwards. There are > warriors on the battlefields and in everyday life." > > http://www.leandrosales.com/ >