Navigation


Changeset 660:a8269458d5b1 in freeDiameter for README


Ignore:
Timestamp:
Jan 14, 2011, 4:25:59 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r335 r660  
    1212
    1313The implementation consists in several components:
    14  - libfreeDiameter : the shared library provides the functions to manipulate Diameter
    15       messages and dictionary. This library is meant to be re-used for other projects
     14 - libfdproto : this shared library provides the functions to manipulate Diameter
     15      messages and dictionary. This library is meant to be re-used by other projects
    1616      that would require parsing or manipulating Diameter messages.
    1717     
    18  - freeDiameterd : the daemon establishes the network connections with other Diameter
    19       peers and performs the tasks described in Diameter Base Protocol, such as
    20       watchdogs, basic routing, ...
     18 - libfdcore : this shared library contains the core of the framework. It establishes
     19      the network connections with other Diameter peers and performs the tasks described
     20      in Diameter Base Protocol, such as watchdogs, basic routing, ... It also handles
     21      the loading of extensions (see bellow).
     22     
     23 - freeDiameterd : this simple daemon parses the command line and initializes the
     24      freeDiameter framework. Use it for your Diameter server & agent components.
     25      In case of Diameter clients, you probably will prefer linking the libfdcore
     26      directly with your client application that must be made Diameter-aware.
    2127     
    2228 - extensions : the extensions provide the mean to augment the features of the
    23       freeDiameterd daemon. Extensions can provide the handling of a Diameter
    24       application, but also advanced routing features, peer management, etc.
     29      freeDiameterd framework. Extensions can provide the handling of a Diameter
     30      server application, but also advanced routing features, peer management, etc.
    2531
    2632
Note: See TracChangeset for help on using the changeset viewer.