Examples for using Endace API's and tools with the 3.7T DAG card
================================================================

connection_37t.c
-----------------
This is a simple application to configure the 3.7T DAG card using the Configuration and Status APIs. 
It sets up 11 connections as per the ERF file chancfg_atm_1.txt.erf. For setting up connections the 'create' option is used. 

To compile the file use:
	#gcc connection_setup_37t.c -Wall -o configure_37t -ldagconf -ldag
	
To execute:
	#./configure_37t --help and give the options.

After configuring the card, using dag tools dagsnap and dagflood, you can view the traffic.

aal5_demo.c
-----------
This is a simple application using EMA and SAR APIs to setup a 3.7T DAG card for AAL reassembly. 

To compile the file use:
	#gcc aal5_demo.c  -Wall -o configure_aal   -ldagconf -ldag -ldagema -ldagaal

To get information on how to use the application:
	# ./configure_aal --help 
this prints out the supported options.

Disclaimer
----------

Endace has made best effort to check the above examples. The examples are not for use on production systems.  They are meant as a starting point from which to develop your own applications.

