Re: Where to start

Hi Markus,

Welcome to Calitko Project!

You might find the docs available at http://trac.calitko.org/wiki/Manuals quite helpful.

For CppUnit a good place to start is http://cppunit.sourceforge.net/doc/1.8.0/cppunit_cookbook.html and of course some of our tests. I say some, because the new test are written using our CalitkoMocks mocking framework, for which I’m already writing a manual.

You should import the existing Calitko Eclipse project to your Eclipse workspace.

I’d suggest you to check the work being done in Protocols/Generics. I’m currently doing some work there but I’d love to get some help, so you could check my branch http://bzr.calitko.org/developers/peter/calitko-dev

I just pushed a revision containing possibly a complete implementation of TcpSocketBuffer with quite high test coverage. Maybe you could do some code review.

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
Where to start
Hi Calitko team, I'm thinking about to help you. I downloaded the code and checked the test cases. Unfortunately I do not have experience in QT programming, bazaar, cppunit and (more...)

Follow-ups:
Re: Where to start
Dear all, I know some of you are already actively looking at the code in Protocols/Generics. Since most of its tests are written using CalitkoMocks I thought it would be helpful (more...)