[GitHub] [mina] elecharny closed pull request #4: Fix transmission id in coap retry filter

2019-05-30 Thread GitBox
elecharny closed pull request #4: Fix transmission id in coap retry filter URL: https://github.com/apache/mina/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log

mina pull request: Fix transmission id in coap retry filter

2013-12-04 Thread msangoi
GitHub user msangoi opened a pull request: https://github.com/apache/mina/pull/4 Fix transmission id in coap retry filter You can merge this pull request into a Git repository by running: $ git pull https://github.com/msangoi/mina retry-fix Alternatively you can review

Contrib: CoAP protocol - Retransmission

2013-10-30 Thread Manu Sangoi
Hello, I have implemented a retry filter for CoAP protocol to handle retransmission of Confirmable messages. https://github.com/msangoi/mina/tree/retry Thanks, Manuel

Re: Contrib: CoAP protocol - Retransmission

2013-10-30 Thread Ashish
Cool ! Thanks for contribution Please create a JIRA and attach the patch to it. On Wed, Oct 30, 2013 at 2:39 PM, Manu Sangoi manu.sangoi@gmail.comwrote: Hello, I have implemented a retry filter for CoAP protocol to handle retransmission of Confirmable messages. https://github.com

Re: Contrib: CoAP protocol - Retransmission

2013-10-30 Thread Julien Vermillard
to it. On Wed, Oct 30, 2013 at 2:39 PM, Manu Sangoi manu.sangoi@gmail.comwrote: Hello, I have implemented a retry filter for CoAP protocol to handle retransmission of Confirmable messages. https://github.com/msangoi/mina/tree/retry Thanks, Manuel -- thanks ashish Blog: http

[jira] [Created] (DIRMINA-958) Some utility methods should be provided to extract options from CoAP messages

2013-07-26 Thread Manuel Sangoi (JIRA)
Manuel Sangoi created DIRMINA-958: - Summary: Some utility methods should be provided to extract options from CoAP messages Key: DIRMINA-958 URL: https://issues.apache.org/jira/browse/DIRMINA-958

[jira] [Updated] (DIRMINA-958) Some utility methods should be provided to extract options from CoAP messages

2013-07-26 Thread Manuel Sangoi (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Sangoi updated DIRMINA-958: -- Attachment: 0001-Add-some-utility-methods-to-rebuild-CoAP-options.patch Some utility

[jira] [Commented] (DIRMINA-958) Some utility methods should be provided to extract options from CoAP messages

2013-07-26 Thread Julien Vermillard (JIRA)
: 23f118e4263e77abebf3beed9c0f6903ac1cf5b3 Some utility methods should be provided to extract options from CoAP messages - Key: DIRMINA-958 URL: https://issues.apache.org/jira/browse

[jira] [Resolved] (DIRMINA-958) Some utility methods should be provided to extract options from CoAP messages

2013-07-26 Thread Julien Vermillard (JIRA)
Vermillard Some utility methods should be provided to extract options from CoAP messages - Key: DIRMINA-958 URL: https://issues.apache.org/jira/browse/DIRMINA-958 Project

Re: CoAP

2013-05-07 Thread Julien Vermillard
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

Re: CoAP

2013-05-07 Thread Emmanuel Lécharny
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

Re: CoAP

2013-05-07 Thread Julien Vermillard
well if I want to write a coap client I'll need :) On Tue, May 7, 2013 at 7:16 PM, Emmanuel Lécharny elecha...@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

CoAP

2013-04-18 Thread Julien Vermillard
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