Navigation


Changes between Version 5 and Version 6 of Developers


Ignore:
Timestamp:
Jun 21, 2010, 6:03:17 PM (14 years ago)
Author:
Sebastien Decugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v5 v6  
    5959Here is a list of files that anyone starting with freeDiameter should read first:
    6060
    61  [source:freeDiameter/include/freeDiameter] directory::
     61 [source:freeDiameter/include/freeDiameter include/freeDiameter] directory::
    6262   This directory contains the header files that describe the API for freeDiameter. Typically, a new extension should start by including the [source:freeDiameter/include/freeDiameter/extension.h extension.h] file like this:
    6363{{{
     
    7171 * [source:freeDiameter/include/freeDiameter/freeDiameter-host.h.in freeDiameter-host.h.in]: This contains the host-specific configuration, generated by CMake.
    7272
    73  [source:freeDiameter/extensions/_sample] directory::
     73 [source:freeDiameter/extensions/_sample Sample extension] directory::
    7474   This is a skeleton that shows the basic structure of an extension. Other extensions also provide more complex examples, such as how to parse a configuration file or how to register a callback on some messages.
    7575
    76  [source:freeDiameter/extensions/CMakeLists.txt]::
     76 [source:freeDiameter/extensions/CMakeLists.txt extensions/CMakeLists.txt]::
    7777   The file that must be modified in order to add a new extension and have it compiled along.
    7878
    79 If you create new extensions for freeDiameter, please consider '''sharing them with others'''! There are many benefits in doing so, both for others and for you. The source code can be hosted here if you want, please contact dev@freediameter.net in that case. Thank you!
     79If you create a new extension for freeDiameter, please consider '''sharing with others'''. There are many benefits in doing so, both for others (obviously) and for you.
     80
     81The source code can be hosted here if you want, please contact dev@freediameter.net if you have any question.
     82
     83Thank you!
    8084
    8185----