Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] RPK with Java Client

I think it's because the previous version was only supporting one server and not able to bootstrap.

Also you can track the list of supported features here:
https://github.com/eclipse/leshan/wiki/Supported-features

--
Julien Vermillard

On Tue, Mar 29, 2016 at 10:25 AM, Michael Huelfenhaus <m.huelfenhaus@xxxxxxxxxxx> wrote:
Hi,

I am a bit confused because with an older Version (Snapshot M6), I could connect via RPK and I found there used to be tests with rpk. e.g. https://github.com/eclipse/leshan/blob/0b45d9f4dc26628b11ab0b8c014a42fb4e7ee9d3/leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/SecurityTest.java

Was there a change in Californium/Scandium or what makes RPK so complicated now?

Thanks,
Michael

Am 23.03.2016 um 18:47 schrieb Simon Bernard <contact@xxxxxxxxxxxxxxx>:

Hi,
  Currently, RPK is not supported in  Leshan Client API.
  There is no easy way to  implement it without modification of Californium/Scandium. We need a dynamic way to access to keys. (something like PskStore for RPK)
   A less intuitive way could be to create new endpoint(IP/port) for each server and each security config.

  At short term, we don't plan to implement it, but this is clearly in the scope of the project.
  We don't have a precise roadmap, currently we are focusing on making Leshan Server deployable in a Cluster.
  (see https://github.com/eclipse/leshan/wiki/Cluster)
Simon
 

  

Le 23/03/2016 17:27, Michael Huelfenhaus a écrit :
Hi,

I need to use the java client with raw public key certificates, but in the SecurityTest.java it is stated that this is not yet implemented.

Is this planned for the near future? Also is there a roadmap available for the planned development?

Thanks,
Michael Hülfenhaus


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

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


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



Back to the top