You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Julien Vermillard <jv...@gmail.com> on 2013/05/07 18:56:20 UTC

Re: CoAP

Hi,
I have CoAP message encoding/decoding working, managed to have a
server handling a GET request with this CoAP client :
https://addons.mozilla.org/en-US/firefox/addon/copper-270430/

I'm pushing the code as a new mina/coap module, I'm not sure of the
vast audience for here this code, but it can make a nice UDP test case
for mina.

Julien

On Thu, Apr 18, 2013 at 11:12 AM, Julien Vermillard
<jv...@gmail.com> wrote:
> Hi !
>
> I have started working on a CoAP codec for MINA 3.
>
> CoAP is an IETF standardized protocol, mapped on HTTP, but for constrained
> device and network.
> http://en.wikipedia.org/wiki/CoAP
>
> It uses UDP and DTLS for connecting low powers sensors.
>
> I'm wondering if some people here have some CoAP or DTLS
> experiences/interests here ?
>
> Julien

Re: CoAP

Posted by Julien Vermillard <jv...@gmail.com>.
well if I want to write a coap client I'll need :)

On Tue, May 7, 2013 at 7:16 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> Le 5/7/13 6:56 PM, Julien Vermillard a écrit :
>> Hi,
>> I have CoAP message encoding/decoding working, managed to have a
>> server handling a GET request with this CoAP client :
>> https://addons.mozilla.org/en-US/firefox/addon/copper-270430/
>>
>> I'm pushing the code as a new mina/coap module, I'm not sure of the
>> vast audience for here this code, but it can make a nice UDP test case
>> for mina.
> Go for it.
>
> Q : did you had to write an UDP client ?
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>

Re: CoAP

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 5/7/13 6:56 PM, Julien Vermillard a écrit :
> Hi,
> I have CoAP message encoding/decoding working, managed to have a
> server handling a GET request with this CoAP client :
> https://addons.mozilla.org/en-US/firefox/addon/copper-270430/
>
> I'm pushing the code as a new mina/coap module, I'm not sure of the
> vast audience for here this code, but it can make a nice UDP test case
> for mina.
Go for it.

Q : did you had to write an UDP client ?


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com