Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Modified

This section describes an example based on two workflow configurations that include Diameter agents and profiles. The configurations perform the following tasks:

...

  1. Open the System Importer and select diameter_example.zip. Import all configurations.
  2. Add dia1 and dia2 to /etc/hosts.

    Info
    titleExample. /etc/hosts


    Code Block
    languagetext
    themeEclipse
    127.0.0.1 localhost
    127.0.0.1 dia1,dia2



  3. Start the imported workflows.
  4. Connect to the TCP/IP agent in the client workflow via netcat (or nc). Enter a string and an integer, separated by a comma. 

    Info
    titleExample. Input to client workflow


    Code Block
    languagetext
    themeEclipse
    $ netcat localhost 3210
    user,10



  5. If the workflows successfully processed the input, 1 (one) will be sent to the terminal.


diameter_example.zip

This section describes an example based on two workflow configurations that include Diameter agents and profiles. The configurations perform the following tasks:

...