Navigation


Changes between Version 6 and Version 7 of Screenshots


Ignore:
Timestamp:
Jun 17, 2010, 11:48:34 AM (14 years ago)
Author:
Sebastien Decugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Screenshots

    v6 v7  
    88=== Test Application (test_app.fdx) ===
    99
    10 This first video shows the {{{ test_app }}} extension in action. This extension is a non-standard ''ping''-like application designed to test Diameter connectivity between two freeDiameter nodes. It can also be used to check routing behavior etc...
     10This first video shows the [wiki:test_app.fdx test_app] extension in action. This extension is a (non-standard) ''ping''-like application designed to test Diameter connectivity between two freeDiameter nodes. It can also be used to check routing behavior etc...
    1111
    1212It is recommended to watch this video in HD and fullscreen.
     
    4444==== Configuration files ====
    4545
     46Please note that these files may have been updated since the time the video was created. However, the purpose of the testbed remains the same.
     47
    4648===== Scripts =====
     49The following scripts are referenced in this video:
     50 [source:VirtualTestbed/scripts/freeDiameter-install.sh freeDiameter-install.sh]::
     51   Install missing dependencies (!Debian/Ubuntu), configure the source (running {{{cmake}}}).
     52
     53 [source:VirtualTestbed/scripts/freeDiameter-run.sh freeDiameter-run.sh]::
     54   Compile the sources ({{{make}}}), then start the daemon.
     55
     56 [source:VirtualTestbed/scripts/freeDiameter-trig.sh freeDiameter-trig.sh]::
     57   Send the USR1 signal to the daemon in a loop, to trig the {{{test_app}}} action.
    4758
    4859===== cli.simple.testbed.aaa =====
     60 [source:VirtualTestbed/conf/cli.simple.testbed.aaa/freeDiameter/CMakeFlags CMakeFlags]::
     61   These are the flags passed to {{{cmake}}} on the command-line when preparing the source. The important ones are:
     62    * {{{-DBUILD_TEST_APP:BOOL=ON}}} : compile the [wiki:test_app.fdx] extension.
     63    * {{{-DBUILD_DBG_MONITOR:BOOL=ON}}} : compile the [wiki:dbg_monitor.fdx] extension.
     64
     65 [source:VirtualTestbed/conf/cli.simple.testbed.aaa/freeDiameter/freeDiameter.conf freeDiameter.conf]::
     66   The main freeDiameter configuration file. It simply indicates to load the two extensions and to connect to the server.
     67
     68 [source:VirtualTestbed/conf/cli.simple.testbed.aaa/freeDiameter/test_app.conf test_app.conf]::
     69   Configuration file for the test_app extension. It can be changed to test different routing properties for example (by changing Destination-Realm value).
    4970
    5071===== serv.simple.testbed.aaa =====