Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] install and configure californium in ubuntu 14.04 & implementation authentication algorithms

On 17/12/2018 16:42, Maher Jabberi wrote:
Hello,
i am maher jabberi  from Tunisia,PhD student computer science
Please i want to install and configure californium in ubuntu 14.04, then i would implement authentications algorithms like dtls MDA (Message Digest Based Authentication),... in order to measure performance metrics (energy consumption, execution time, ...) of each of the algorithms implemented to judge who more effective with wsns.
Please i need help soonly
with all respect
best regards


Hello Maher,

you need to be a bit more specific with what you need help with.

Installation of californium should be easy if you are using maven (if not you are in trouble and I can't help you).

As for running californium, there are some pretty extensive examples in the demo-apps folder. For DTLS you can have a look at the sc-dtls-example-* folders.

As for comparing authentication algorithms, keep in mind that DTLS does much more than just authenticate. It provides encryption, integrity protection, replay protection etc. so comparing it to a pure authentication scheme might be misleading. Also please consider to have a look at DTLS 1.3 (it's not a finished standard yet) which has a much better performance than DTLS 1.2 (which is what the Californium module Scandium implements).

https://datatracker.ietf.org/doc/draft-ietf-tls-dtls13/

/Ludwig



--
Ludwig Seitz, PhD
Security Lab, RISE
Phone +46(0)70-349 92 51


Back to the top