Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Counting the number of bytes traveling between device and server

Sure, go ahead :)

So far, I do not about anyone working on this.

 

It should be contained nicely in a class in the package org.eclipse.californium.core.network.interceptors, implementing the interface MessageInterceptor. If you require multiple classes, I recommend creating a subpackage there for the auxiliary classes.

 

Be aware that you will need to fill out a committer statement to get larger pull-requests accepted.

 

Ciao

Matthias

 

 

From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On Behalf Of Gajjala Vinay
Sent: Tuesday, 30 June 2015 20:27
To: Californium (Cf) developer discussions
Subject: Re: [cf-dev] Counting the number of bytes traveling between device and server

 

Thank you Matthias that will give me a good place to start trying to understand Californium.

 

So, can I start working on this requirement?

 

Regards

Vinay


Back to the top