contiki-ng / contiki-ng

Contiki-NG: The OS for Next Generation IoT Devices
https://www.contiki-ng.org/
BSD 3-Clause "New" or "Revised" License
1.32k stars 700 forks source link

Contributing OSCORE (OSCOAP) to Contiki-NG/Erbium #285

Open Gunzter opened 6 years ago

Gunzter commented 6 years ago

Hi all!

SICS Security Lab has a direct asignment from Ericsson to implement OSCORE for several Open Source projects. OSCORE is currently in Working Group Last Call, I have a implementation of the previous OSCORE version based of the "old" Contiki-OS.

On of those proposed projects is Contiki-NG, I think both OSCORE and Contiki-NG can benefit from each other. Is this of interest to you,Contiki-NG developers and maintainers? I have began a design process to update the structure of the OSCORE-Erbium implementation and if you are interested I will gladly share this.

Best Wishes

Martin Gunnarsson

simonduq commented 6 years ago

Hi Martin,

Yes, this is absolutely wanted! Please note that we have an ongoing rework of CoAP+DTLS in https://github.com/contiki-ng/contiki-ng/pull/167 which should be merged soonish. I would advice basing your port to this PR directly.

Don't hesitate if you need to help. We also have Gitter for more interactive chat https://gitter.im/contiki-ng

Best, Simon

g-oikonomou commented 6 years ago

@Gunzter after hearing about OSCORE at EWSN last week, I too am very positive about having it here.

yatch commented 6 years ago

@Gunzter I'm interested in playing with OSCORE on contiki-ng! Is oscore_12 your working branch for this...?

Gunzter commented 6 years ago

@yatch Hi! I am glad to hear that you are interested :) Yes oscore_12 is my working branch at the moment. I will soon merge it to the main branch. But the repo you linked is the one I am working on.

yatch commented 6 years ago

@Gunzter Hi, thank you for your message! I got it 😄

chrysn commented 4 years ago

I will soon merge it to the main branch.

Has this been followed up on, or is that still only available in the fork's branch?

AlfHou commented 2 years ago

Hi! What is the status on this?