Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Request timed out using tools project ...

Hi Kai,

I wasn't aware a C based CoAP Stack was available.   I was advised to use Californium.  

Thanks,
Jay

-----Original Message-----
From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On Behalf Of cf-dev-request@xxxxxxxxxxx
Sent: Thursday, September 08, 2016 9:00 AM
To: cf-dev@xxxxxxxxxxx
Subject: cf-dev Digest, Vol 26, Issue 3

Send cf-dev mailing list submissions to
	cf-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/cf-dev
or, via email, send a message with subject or body 'help' to
	cf-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	cf-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific than "Re: Contents of cf-dev digest..."


Today's Topics:

   1. Request timed out (Weinstein, Jay)
   2. Re: Request timed out (Hudalla Kai (INST/ESY1))
   3. Release a M2 version of 2.0.x branch (Simon Bernard)


----------------------------------------------------------------------

Message: 1
Date: Wed, 7 Sep 2016 22:55:07 +0000
From: "Weinstein, Jay" <Jay.Weinstein@xxxxxxxxxxx>
To: "cf-dev@xxxxxxxxxxx" <cf-dev@xxxxxxxxxxx>
Subject: [cf-dev] Request timed out
Message-ID:
	<86F2234C2A534148AB4D80446573A1C1CCE8D3@xxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi,

I'm trying to use ConsoleClient found in org.eclipse.californium.tools and I'm getting a request timed out with the following input
-l GET coap://coap.me:5683/3.   Curiously, I was able to get GETClient found in org.eclipse.californium.examples to work using coap://coap.me:5683/3 as input.   What I'd like to be able to do is call any of these classes from a C/C++ application using JNI.

I using eclipse neon, java version 1.8.0_102.

Thanks,
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/cf-dev/attachments/20160907/f9c8b58e/attachment.html>

------------------------------

Message: 2
Date: Thu, 8 Sep 2016 06:20:00 +0000
From: "Hudalla Kai (INST/ESY1)" <Kai.Hudalla@xxxxxxxxxxxx>
To: "cf-dev@xxxxxxxxxxx" <cf-dev@xxxxxxxxxxx>
Subject: Re: [cf-dev] Request timed out
Message-ID: <1473315576.7730.1.camel@xxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hi Jay,

I am afraid that the tools sub-project is not that very well maintained at the moment. Regardless of that, is there a particular reason why you are not using a C based CoAP stack in your project?

--
Mit freundlichen Gr??en / Best regards

Kai Hudalla
Chief Software Architect

Bosch Software Innovations GmbH
Sch?neberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn

On Mi, 2016-09-07 at 22:55 +0000, Weinstein, Jay wrote:
> Hi,
> ?
> I?m trying to use ConsoleClient found in org.eclipse.californium.tools 
> and I?m getting a request timed out with the following input -l GET 
> coap://coap.me:5683/3. ??Curiously, I was able to get GETClient found 
> in org.eclipse.californium.examples to work using
> coap://coap.me:5683/3 as input. ??What I?d like to be able to do is 
> call any of these classes from a C/C++ application using JNI.?
> ?
> I using eclipse neon, java version 1.8.0_102.?
> ?
> Thanks,
> Jay
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/cf-dev

------------------------------

Message: 3
Date: Thu, 8 Sep 2016 17:12:12 +0200
From: Simon Bernard <contact@xxxxxxxxxxxxxxx>
To: "Californium (Cf) developer discussions" <cf-dev@xxxxxxxxxxx>
Subject: [cf-dev] Release a M2 version of 2.0.x branch
Message-ID: <32448d3f-a8b4-5447-2c90-481cd9286026@xxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,
   I would like to deliver a milestone release of the experimental 2.0.x branch.
   There is maybe 2 pending PR which should be discussed before.

1. The #85[1] PR which try to fix #83[2] issue. A quick fix could be to just remove the variable length, this quick fix could be easily integrated in this release.

2. The #87[3] PR which try to offer a way to implement the "1 observe relation by resource target" constraint. For this one, I don't know, this seems to resolve some issue raised by Christian and Bala on Leshan but not totally in the CoAP spec spirit ?

    Any comments ?

Simon


[1]https://github.com/eclipse/californium/pull/85
[2]https://github.com/eclipse/californium/issues/83
[3]https://github.com/eclipse/californium/pull/87



------------------------------

_______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev

End of cf-dev Digest, Vol 26, Issue 3
*************************************


Back to the top