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

Thanks Matthais.

 

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

 

Hmm, best google for “github getting started” / “howto” etc.

 

Basically, you need a GiHub account, go to https://github.com/eclipse/californium, and use “fork” in the upper right corner. You can then work in your repository: create a branch for the new feature and work on it there. Under https://github.com/eclipse/californium/pulls you can then choose “New pull request”.

 

Your branch should have clean commits, that is, each new functionality is in a single commit (e.g., “Extension of the MessageInterceptor interface for invalid messages.” and “Added traffic statistics interceptor.”).

 

Once the pull request is open, you can still work on your branch until it is ready to merge. Required changes are usually discussed in the pull request comments.

 

Ciao

Matthias

 

 

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

 

Thank you Matthias, Is there a place where I can get all this information?  Like pull request etc

 

Regards,

Vinay


This message and any attachments are intended solely for the addressees and may contain confidential information. Any unauthorized use or disclosure, either whole or partial, is prohibited.
E-mails are susceptible to alteration. Our company shall not be liable for the message if altered, changed or falsified. If you are not the intended recipient of this message, please delete it and notify the sender.
Although all reasonable efforts have been made to keep this transmission free from viruses, the sender will not be liable for damages caused by a transmitted virus.

Back to the top