简体   繁体   中英

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. Till now I have gone through Eclipse Californium is a Java implementation of CoAP . But still I am unclear about where to start and how to implement my combined version of algorithm in CoAP. Though following need to keep in mind for suggestions.

  • Java and Eclipse based approach only.
  • No simulation based implementation like as tinyOS,openWSN.

Any help,tutorial link will be appreciated. I already followed CoAP Tutorial for Eclipse

Not sure if it is exactly what you need, but currently there is a Scandium project which is a DTLS implementation for Californium.

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

You may find something useful there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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