How to Develop KAPSEL

Online technical documentation for code developers

Data StructuresList of important variables and detailed explanations of the data structures
File ListList of souce files and detailed explanations of the all source codes including mutual dependencies of functions

The above html files are generated by Doxygen, and the same documentation is included also in "Doxygen/html" folder of the installation package.

doxygen_files.jpg

GIT: A version control system

  • Bug fixes and new implementations between major updates are provided through Github. You may make a local clone of the newest KAPSEL package by
 > git clone git@github.com:kapsel-dns/kapsel.git my_local_kapsel
  • If the above command does not work, you may try the following.
 > git clone https://github.com/kapsel-dns/kapsel.git my_local_kapsel
git.jpg

Contact