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

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


Back to the top