Navigation


Changes between Version 3 and Version 4 of Screenshots


Ignore:
Timestamp:
Jun 16, 2010, 6:10:33 PM (14 years ago)
Author:
Sebastien Decugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Screenshots

    v3 v4  
    1515
    1616The video shows two consoles, bottom-left and top-right. These console correspond to two Virtual Machines running on the same subnet, as follow:
    17 ( cli.simple.testbed.aaa ) <-----> ( serv.simple.testbed.aaa )
     17{{{
     18#!graphviz
     19graph G {
     20    rankdir = "LR"
     21    node [shape=box];
     22    edge [color=blue];
     23    cli [ label="cli.simple.testbed.aaa"]
     24    serv [label="serv.simple.testbed.aaa" ]
     25    cli -- serv [label=Diameter];
     26}
     27}}}
    1828
    1929Here is what happens in the video:
     
    2838==== Configuration files ====
    2939
     40===== Scripts =====
     41
     42===== serv.simple.testbed.aaa =====
     43
     44===== cli.simple.testbed.aaa =====
     45
     46
     47
    3048----
    3149