Changes between Version 4 and Version 5 of TBSimple
- Timestamp:
- Mar 3, 2011, 1:32:13 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TBSimple
v4 v5 30 30 This first video shows the [wiki:test_app.fdx test_app] extension in action in the simple testbed. The video shows two consoles, bottom-left and top-right. Bottom-left is the client, upper-right the server. 31 31 32 It is recommended to watch the video in HD and fullscreen .32 It is recommended to watch the video in HD and fullscreen, and activate the subtitles for the comments. 33 33 34 34 [[Embed(youtube=FQwPBncbIxQ&hd=1,w=660,h=525)]] … … 45 45 === Configuration files === 46 46 47 Please note that the sefiles may have been updated since the time the video was created. However, the purpose of the testbed remains the same.47 Please note that the following files may have been updated since the time the video was created. However, the purpose of the testbed remains the same. 48 48 49 49 ==== Scripts ==== 50 The following scripts are referenced in th isvideo:50 The following scripts are referenced in the video: 51 51 [source:VirtualTestbed/scripts/freeDiameter-install.sh freeDiameter-install.sh]:: 52 52 Install missing dependencies (!Debian/Ubuntu), configure the source (running {{{cmake}}}). … … 70 70 71 71 [source:VirtualTestbed/conf/cli.simple.testbed.aaa/freeDiameter/test_app.conf test_app.conf]:: 72 Configuration file for the test_app extension. It can be changed to test different routing properties for example (by changing Destination-Realm value).72 Configuration file for the test_app extension. It can be changed to test different routing properties, modes of operation. See [wiki:test_app.fdx] documentation for more details. 73 73 74 74 ==== serv.simple.testbed.aaa ==== 75 75 76 76 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. 77 78 ----