Re: dccp

Leandro Sales <[email protected]> Mon, 19 Oct 2009 13:01:11 -0300
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
--===============2055662124==
Content-Type: multipart/alternative; boundary=0016e6d7787fecc81804764bdbee

--0016e6d7787fecc81804764bdbee
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

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 <
[email protected]> 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 se=
nd
> me these patches so I could try merging them with the main project?
>
> Thanks
> Patrick
>
> Zitat von Leandro Sales <[email protected]>:
>
>
>  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
>> <[email protected]> wrote:
>>
>>> Hi @all,
>>>
>>> my name is Patrick Schreiner and I am a student at the university of
>>> T=FCbingen.
>>> 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
>>> [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, 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/
>>
>>
>


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

--0016e6d7787fecc81804764bdbee
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Patrick,<br>=A0=A0 Ivo or Erivaldo will provide you the patches. Please,=
 let us have feedbacks on this. Do you have write access to the CCRTP repos=
itory? if yes, please let me know because I can send you the patches by mys=
elf.<br>

<br>Thanks,<br>Leandro.<br><br><div class=3D"gmail_quote">On Mon, Oct 19, 2=
009 at 9:14 AM, Patrick Schreiner <span dir=3D"ltr">&lt;<a href=3D"mailto:p=
[email protected]">[email protected]=
ebingen.de</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Leandro,<br>
<br>
first of all thank you very much for extending cc++ with DCCP. This is goin=
g 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?<br>
<br>
Thanks<br>
Patrick<br>
<br>
Zitat von Leandro Sales &lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;:<div><div></div><div class=3D"h5"><=
br>
<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Patrick,<br>
 =A0We from the Federal University of Campina Grande has provided<br>
support for dccp in commoncpp. We have also provided support for<br>
ccrtp, but the code wasn&#39;t (still) merged in the mainline of the<br>
project. We&#39;ve submitted the patches to the ccrtp guys, but after they<=
br>
confirm they received the patches, until this moment, they didn&#39;t<br>
confirm the merge, probably they are busy.<br>
<br>
[]s<br>
<br>
On 10/19/09, Patrick Schreiner<br>
&lt;<a href=3D"mailto:[email protected]" target=3D=
"_blank">[email protected]</a>&gt; wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi @all,<br>
<br>
my name is Patrick Schreiner and I am a student at the university of<br>
T=FCbingen.<br>
I&#39;m trying to give proof of concept for a VoIP client which can adapt<b=
r>
to net bandwidth and adjust the algorithmic delay used by its codec.<br>
Since common c++ supports DCCP sockets since version 1.7.1 I wanted to<br>
ask if anyone has already extended ccRTP to also support DCCP. Or if<br>
no one has done that yet, if anyone could give me a little jump-start.<br>
My understandig up to now is, that I would have to extend the<br>
channel.h by the class RTPBaseDCCPIPv4Socket. But how would have =A0a<br>
DualRTPChannel class for DCCP to look like? I&#39;ll appreciate any help<br=
>
you can give me.<br>
<br>
Thanks in advance,<br>
Patrick Schreiner<br>
<br>
<br>
_______________________________________________<br>
Ccrtp-devel mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
g</a><br>
<a href=3D"http://lists.gnu.org/mailman/listinfo/ccrtp-devel" target=3D"_bl=
ank">http://lists.gnu.org/mailman/listinfo/ccrtp-devel</a><br>
<br>
</blockquote>
<br>
--<br>
Sent from my mobile device<br>
<br>
Leandro Melo de Sales<br>
Pervasive and Embedded Computing Laboratory<br>
Professor in Computer Science at Federal University of Alagoas, Brazil<br>
PhD candidate in Computer Science at UFCG<br>
<br>
&quot;The warrior is strong in loyalty, intensity, determination,<br>
initiative, persistence, courage and willpower. The warrior is light<br>
in the soul, self-trust and compassion. The warrior is often called to<br>
take the front when other cowardly make a step backwards. There are<br>
warriors on the battlefields and in everyday life.&quot;<br>
<br>
<a href=3D"http://www.leandrosales.com/" target=3D"_blank">http://www.leand=
rosales.com/</a><br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Leandro Mel=
o de Sales<br>Pervasive and Embedded Computing Laboratory<br>Professor in C=
omputer Science at Federal University of Alagoas, Brazil<br>PhD candidate i=
n Computer Science at UFCG<br>

<br>&quot;The warrior is strong in loyalty, intensity, determination, initi=
ative, 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 battle=
fields and in everyday life.&quot;<br>

<br><a href=3D"http://www.leandrosales.com/">http://www.leandrosales.com/</=
a><br>

--0016e6d7787fecc81804764bdbee--



--===============2055662124==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

--===============2055662124==--