dccp

View: New views
9 Messages — Rating Filter:   Alert me  

dccp

by Patrick Schreiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi @all,

my name is Patrick Schreiner and I am a student at the university of Tübingen.
I'm trying to give proof of concept for a VoIP client which can adapt  
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 if  
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  a  
DualRTPChannel class for DCCP to look like? I'll appreciate any help  
you can give me.

Thanks in advance,
Patrick Schreiner


_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Leandro Sales-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Patrick,
  We 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 they
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
<patrick.schreiner@...> wrote:

> Hi @all,
>
> my name is Patrick Schreiner and I am a student at the university of
> Tübingen.
> I'm trying to give proof of concept for a VoIP client which can adapt
> 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 if
> 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  a
> DualRTPChannel class for DCCP to look like? I'll appreciate any help
> you can give me.
>
> Thanks in advance,
> Patrick Schreiner
>
>
> _______________________________________________
> Ccrtp-devel mailing list
> Ccrtp-devel@...
> 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, 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/


_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Patrick Schreiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Leandro,

first of all thank you very much for extending cc++ with DCCP. This is  
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 <leandroal@...>:

> Hi Patrick,
>   We 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 they
> 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
> <patrick.schreiner@...> wrote:
>> Hi @all,
>>
>> my name is Patrick Schreiner and I am a student at the university of
>> Tübingen.
>> I'm trying to give proof of concept for a VoIP client which can adapt
>> 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 if
>> 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  a
>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>> you can give me.
>>
>> Thanks in advance,
>> Patrick Schreiner
>>
>>
>> _______________________________________________
>> Ccrtp-devel mailing list
>> Ccrtp-devel@...
>> 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, 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/
>



_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Leandro Sales-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Patrick,
   Ivo 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 <patrick.schreiner@...> wrote:
Hi Leandro,

first of all thank you very much for extending cc++ with DCCP. This is 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 <leandroal@...>:


Hi Patrick,
 We 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 they
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
<patrick.schreiner@...> wrote:
Hi @all,

my name is Patrick Schreiner and I am a student at the university of
Tübingen.
I'm trying to give proof of concept for a VoIP client which can adapt
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 if
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  a
DualRTPChannel class for DCCP to look like? I'll appreciate any help
you can give me.

Thanks in advance,
Patrick Schreiner


_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
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, 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/





--
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/

_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Ivo Augusto-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Patrick and all,
   the 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 <leandroal@...> wrote:

> Hi Patrick,
>    Ivo 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
> <patrick.schreiner@...> wrote:
>>
>> Hi Leandro,
>>
>> first of all thank you very much for extending cc++ with DCCP. This is
>> 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 <leandroal@...>:
>>
>>> Hi Patrick,
>>>  We 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 they
>>> 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
>>> <patrick.schreiner@...> wrote:
>>>>
>>>> Hi @all,
>>>>
>>>> my name is Patrick Schreiner and I am a student at the university of
>>>> Tübingen.
>>>> I'm trying to give proof of concept for a VoIP client which can adapt
>>>> 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 if
>>>> 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  a
>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>>>> you can give me.
>>>>
>>>> Thanks in advance,
>>>> Patrick Schreiner
>>>>
>>>>
>>>> _______________________________________________
>>>> Ccrtp-devel mailing list
>>>> Ccrtp-devel@...
>>>> 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, 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/
>>>
>>
>
>
>
> --
> 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/
>




--
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
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

ccrtp_dccp.patch (38K) Download Attachment

Re: dccp

by Patrick Schreiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <ivocalado@...>:

> Hi Patrick and all,
>    the 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 <leandroal@...> wrote:
>> Hi Patrick,
>>    Ivo 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
>> <patrick.schreiner@...> wrote:
>>>
>>> Hi Leandro,
>>>
>>> first of all thank you very much for extending cc++ with DCCP. This is
>>> 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 <leandroal@...>:
>>>
>>>> Hi Patrick,
>>>>  We 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 they
>>>> 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
>>>> <patrick.schreiner@...> wrote:
>>>>>
>>>>> Hi @all,
>>>>>
>>>>> my name is Patrick Schreiner and I am a student at the university of
>>>>> Tübingen.
>>>>> I'm trying to give proof of concept for a VoIP client which can adapt
>>>>> 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 if
>>>>> 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  a
>>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>>>>> you can give me.
>>>>>
>>>>> Thanks in advance,
>>>>> Patrick Schreiner
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Ccrtp-devel mailing list
>>>>> Ccrtp-devel@...
>>>>> 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, 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/
>>>>
>>>
>>
>>
>>
>> --
>> 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/
>>
>
>
>
>
>
> --
> 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
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by David Sugar-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <ivocalado@...>:
>
>> Hi Patrick and all,
>>    the 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 <leandroal@...> wrote:
>>> Hi Patrick,
>>>    Ivo 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
>>> <patrick.schreiner@...> wrote:
>>>>
>>>> Hi Leandro,
>>>>
>>>> first of all thank you very much for extending cc++ with DCCP. This is
>>>> 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 <leandroal@...>:
>>>>
>>>>> Hi Patrick,
>>>>>  We 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 they
>>>>> 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
>>>>> <patrick.schreiner@...> wrote:
>>>>>>
>>>>>> Hi @all,
>>>>>>
>>>>>> my name is Patrick Schreiner and I am a student at the university of
>>>>>> Tübingen.
>>>>>> I'm trying to give proof of concept for a VoIP client which can adapt
>>>>>> 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 if
>>>>>> 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  a
>>>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>>>>>> you can give me.
>>>>>>
>>>>>> Thanks in advance,
>>>>>> Patrick Schreiner
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Ccrtp-devel mailing list
>>>>>> Ccrtp-devel@...
>>>>>> 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, 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/
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> 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/
>>>
>>
>>
>>
>>
>>
>> --
>> 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
> Ccrtp-devel@...
> http://lists.gnu.org/mailman/listinfo/ccrtp-devel

[dyfet.vcf]

begin:vcard
fn:David Sugar
n:Sugar;David
org:GNU Telephony
email;internet:dyfet@...
tel;work:+1 609 465 5336
url:http://www.gnutelephony.org
version:2.1
end:vcard



_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Leandro Sales-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Patrick and others,
  any progress on this?

Thank you,
Leandro.

On Tue, Oct 20, 2009 at 9:33 AM, David Sugar <dyfet@...> wrote:

> 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 <ivocalado@...>:
>>
>>> Hi Patrick and all,
>>>    the 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 <leandroal@...> wrote:
>>>> Hi Patrick,
>>>>    Ivo 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
>>>> <patrick.schreiner@...> wrote:
>>>>>
>>>>> Hi Leandro,
>>>>>
>>>>> first of all thank you very much for extending cc++ with DCCP. This is
>>>>> 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 <leandroal@...>:
>>>>>
>>>>>> Hi Patrick,
>>>>>>  We 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 they
>>>>>> 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
>>>>>> <patrick.schreiner@...> wrote:
>>>>>>>
>>>>>>> Hi @all,
>>>>>>>
>>>>>>> my name is Patrick Schreiner and I am a student at the university of
>>>>>>> Tübingen.
>>>>>>> I'm trying to give proof of concept for a VoIP client which can adapt
>>>>>>> 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 if
>>>>>>> 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  a
>>>>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>>>>>>> you can give me.
>>>>>>>
>>>>>>> Thanks in advance,
>>>>>>> Patrick Schreiner
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Ccrtp-devel mailing list
>>>>>>> Ccrtp-devel@...
>>>>>>> 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, 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/
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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/
>>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> 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
>> Ccrtp-devel@...
>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel
>
> _______________________________________________
> Ccrtp-devel mailing list
> Ccrtp-devel@...
> 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/


_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Re: dccp

by Patrick Schreiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Leandro,

sorry for responding so late. I integrated your code into the  
ccRTP-library and got it compiled and installed. There was only one  
small problem: your classes RTPBaseDCCPIPv4Socket and  
RTPBaseDCCPIPv6Socket do have the member-function available() which  
calls a static member function available() of the DCCPSocket class of  
the common cpp library which doesn't exist. Since available() was  
called nowhere in your patch nor in your client-server example I just  
took it out. After that the patched library compiled and installed  
perfectly fine. What was availabe() supposed to do?

Thank you
Patrick

Zitat von Leandro Sales <leandroal@...>:

> Hi Patrick and others,
>   any progress on this?
>
> Thank you,
> Leandro.
>
> On Tue, Oct 20, 2009 at 9:33 AM, David Sugar <dyfet@...> wrote:
>> 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 <ivocalado@...>:
>>>
>>>> Hi Patrick and all,
>>>>    the 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 <leandroal@...> wrote:
>>>>> Hi Patrick,
>>>>>    Ivo 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
>>>>> <patrick.schreiner@...> wrote:
>>>>>>
>>>>>> Hi Leandro,
>>>>>>
>>>>>> first of all thank you very much for extending cc++ with DCCP. This is
>>>>>> 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 <leandroal@...>:
>>>>>>
>>>>>>> Hi Patrick,
>>>>>>>  We 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 they
>>>>>>> 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
>>>>>>> <patrick.schreiner@...> wrote:
>>>>>>>>
>>>>>>>> Hi @all,
>>>>>>>>
>>>>>>>> my name is Patrick Schreiner and I am a student at the university of
>>>>>>>> Tübingen.
>>>>>>>> I'm trying to give proof of concept for a VoIP client which can adapt
>>>>>>>> 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 if
>>>>>>>> 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  a
>>>>>>>> DualRTPChannel class for DCCP to look like? I'll appreciate any help
>>>>>>>> you can give me.
>>>>>>>>
>>>>>>>> Thanks in advance,
>>>>>>>> Patrick Schreiner
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Ccrtp-devel mailing list
>>>>>>>> Ccrtp-devel@...
>>>>>>>> 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, 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/
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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/
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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
>>> Ccrtp-devel@...
>>> http://lists.gnu.org/mailman/listinfo/ccrtp-devel
>>
>> _______________________________________________
>> Ccrtp-devel mailing list
>> Ccrtp-devel@...
>> 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/
>



_______________________________________________
Ccrtp-devel mailing list
Ccrtp-devel@...
http://lists.gnu.org/mailman/listinfo/ccrtp-devel