shmir / PyTrafficGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.7|3.8|3.9|3.10 License

Base Python OO API for traffic generators (Ixia, Spirent, Xena, TRex etc.).

The package provides

  • Common utilities.
  • Base class for all Python OO traffic generator classes.
  • Base Python wrapper over Tcl - the lowest common denominator API for TGNs is Tcl (also the inheriting packages still have some legacy code implemented in Tcl).

Users

To install pytrafficgen for users, just pip install it::

$ pip install pytrafficgen

Developers

To get pytrafficgen for developers, just clone it

$ git clone https://github.com/shmir/PyTrafficGenerator.git

To upload a new version to local pypi:

$ make upload repo=REPO user=USER_NAME password=PASSWORD

Publishing to pypi is performed by GitHub workflow.

Documentation

http://pytrafficgenerator.readthedocs.io/en/latest/

Contact

Feel free to contact me with any question or feature request at yoram@ignissoft.com.

About

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Makefile 1.5%