简体   繁体   English

可以借助在CoAP中实现ECDSA和ECDH之类的算法吗?

[英]Can implement ECDSA and ECDH like algorithm in CoAP with the help of californium?

I am working on CoAP implementation for my academics, I am trying to integrate combined version of ECDSA and ECDH like algorithm in CoAP and will observe behavior of protocol after implementation. 我正在为我的学者研究CoAP实现,我正在尝试将ECDSA和ECDH之类的算法的组合版本集成到CoAP中,并在实现后观察协议的行为。 Till now I have gone through Eclipse Californium is a Java implementation of CoAP . 到目前为止,我通过Eclipse Californium是CoAP的Java实现 But still I am unclear about where to start and how to implement my combined version of algorithm in CoAP. 但是我仍然不清楚在CoAP中从哪里开始以及如何实现算法的组合版本。 Though following need to keep in mind for suggestions. 虽然以下需要记住一些建议。

  • Java and Eclipse based approach only. 仅基于Java和Eclipse的方法。
  • No simulation based implementation like as tinyOS,openWSN. 没有像tinyOS,openWSN这样的基于仿真的实现。

Any help,tutorial link will be appreciated. 任何帮助,教程链接将不胜感激。 I already followed CoAP Tutorial for Eclipse 我已经遵循了Eclipse的CoAP教程

Not sure if it is exactly what you need, but currently there is a Scandium project which is a DTLS implementation for Californium. 不确定是否正是您所需要的,但是目前有一个Scandium项目,该项目是Californium的DTLS实现。

https://github.com/eclipse/californium/tree/master/scandium-core https://github.com/eclipse/californium/tree/master/scandium-core

You may find something useful there. 您可能会在这里找到有用的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM