Changes between Version 7 and Version 8 of Screenshots
- Timestamp:
- Jun 17, 2010, 5:43:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Screenshots
v7 v8 6 6 ---- 7 7 8 === Test Application (test_app.fdx)===8 === Simple testbed: two peers connected === 9 9 10 10 This 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... … … 58 58 59 59 ===== cli.simple.testbed.aaa ===== 60 61 These are the configuration files for freeDiameter on the client: 60 62 [source:VirtualTestbed/conf/cli.simple.testbed.aaa/freeDiameter/CMakeFlags CMakeFlags]:: 61 The se are the flags passed to {{{cmake}}} on the command-line when preparing the source. The importantones are:63 The flags passed to {{{cmake}}} (on the command-line) when preparing the source. The noticeable ones are: 62 64 * {{{-DBUILD_TEST_APP:BOOL=ON}}} : compile the [wiki:test_app.fdx] extension. 63 65 * {{{-DBUILD_DBG_MONITOR:BOOL=ON}}} : compile the [wiki:dbg_monitor.fdx] extension. … … 71 73 ===== serv.simple.testbed.aaa ===== 72 74 75 The server uses these files: [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/CMakeFlags CMakeFlags], [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf freeDiameter.conf], and [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf test_app.conf]. They are very similar to the client's one, so see previous section for explanations. 73 76 74 77