hafez ahmad schrieb: > Hi all, > > Thanks for reply, what about this patch > http://www.kannel.org/pipermail/devel/2006-August/000136.html , did > someone test it before? > > Stipe: can you please add simple page to the documentation that show how > we can become a Kannel developers ( need skills , resources, > spacifications...etc ) , I started with C programming to contribute with > Kannel what next :).
now, it's hard to give a "road map" here. What you need to be aware of (skills that are required): - C in a POSIX.1 environment - POSIX threads (pthreads) - how the Kannel gwlib library abstracts arbitrary data types we use everywhere (i.e. Octstr, List, etc) - architecture of the Kannel daemons (i.e. abstraction layers of bearerbox) and inter-process communication of the daemons using our Kannel msg struct TCP channel. To be honest: It's FAIRLY not enough to know how you can compile a "hello world" example C source code, to be able to contribute to Kannel with the quality of patches we expect. But don't let me dis encourage you, go ahead and "LEARN". You're source is "the sources" of Kannel. :) Join the devel@ mailing list, which is more related to development aspects, then the users@ list that handles more the usage cases. Stipe -- ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
