-TRex Client Module
+Client Module
==================
TRex Client is an object to access TRex server. It is per user. Each user can own number of interfaces.
--------------------
.. code-block:: python
- :caption: Example1
+ :caption: FE Example1
base_pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/UDP(dport=12,sport=1025)
.. code-block:: python
- :caption: Example2
+ :caption: FE Example2
#range of source mac-addr
TRex Stateless API Reference
============================
-**TRex Client: STLClient**
+**Client: STLClient**
.. toctree::
:maxdepth: 4
client_code
-**TRex Traffic profile STLProfile,STLStream**
+**Traffic profile STLProfile,STLStream**
.. toctree::
:maxdepth: 4
scapy_builder
-**TRex Field Engine**
+**Field Engine**
.. toctree::
:maxdepth: 4
.. code-block:: python
- :caption: Example1
+ :caption: STLProfile Example1
size = self.fsize - 4; # no FCS
.. code-block:: python
- :caption: Example2
+ :caption: STLProfile Example2
class STLS1(object):
**Use the table of contents below or the menu to your left to navigate through the site**
How to Install
-=============
+===============
.. toctree::
:maxdepth: 2
-* **TODO**
-
+* **TODO** Yaroslav Client zip as self-contain
+
API Reference
-=============
+==============
.. toctree::
:maxdepth: 2