tdl-xoa-driver
TDL XOA Python API is a Python library providing user-friendly communication interfaces to Teledyne LeCroy Xena Ethernet traffic generation test equipment. It provides a rich collection of APIs that can be used to either write test scripts or develop applications.
What it is and what it does
TDL XOA Driver is a Python library for automating network testing with Xena Networks test equipment. It abstracts the low-level command protocol into object-oriented classes and methods, letting you write test scripts that create scenarios, generate traffic, and analyze network performance without parsing raw responses. The library supports batch command execution for efficiency, automatic request-response matching with error reporting, server-to-client event subscriptions, and IDE auto-complete with built-in documentation.
The package is aimed at network engineers and testing professionals who need to automate repetitive testing workflows. It has no external runtime dependencies, installs as a pure Python wheel, and supports current Python versions (3.11 through 3.14). The library is actively maintained and carries an Apache 2.0 license, making it suitable for both open-source and commercial projects.
Use it for:
- Write automated test scripts that configure Xena test equipment, run traffic scenarios, and collect performance metrics without manual CLI interaction.
- Build CI/CD pipelines that validate network equipment behavior and performance as part of continuous integration workflows.
- Develop custom testing applications that generate line-rate traffic and perform detailed network analysis for protocol validation.
- Subscribe to real-time events and notifications from test equipment to react dynamically to test conditions.
- Batch multiple commands to Xena equipment for faster test execution and reduced round-trip latency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python interface to control and automate Xena Networks test equipment for network testing, traffic generation, and performance analysis.
Yes, if you own or have access to Xena Networks test equipment and need to automate network testing. The library is actively maintained, has no external dependencies, supports modern Python versions, and carries a permissive license. If you do not have Xena equipment, it will not be useful. No known security vulnerabilities.
Install
tdl-xoa-driver on PyPI
pip
pip install tdl-xoa-driveruv
uv add tdl-xoa-driverpoetry
poetry add tdl-xoa-driverInstalling tdl-xoa-driver
Before you install
Low install friction with a pure Python wheel. Active maintenance with a release within the last 30 days. Requires Python 3.11 or later.
License in practice
Apache 2.0 is permissive; you can use this in commercial and proprietary projects with minimal restrictions, provided you include a copy of the license and note any modifications.
Quickstart
pip install tdl-xoa-driver
import tdl_xoa_driver
# Connect to Xena test equipment and interact with it
# See https://docs.xenanetworks.com/projects/tdl-xoa-driver for full API
Requires Python 3.11 or later; also requires access to Xena Networks test equipment to be useful.
Verify before relying
- Whether the package works with Xena Valkyrie, Vulcan, and Chimera models as claimed in the description.
- Performance characteristics and typical latency for batch command execution.
- Whether event subscription and push notifications work reliably in production environments.
- Specific API module names and entry points for typical usage patterns.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 30 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,370/month — #14,846 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tdl_xoa_driver-1.10.0-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
ixnetwork-restpyA Python client library for automating…
permissive · top 15,000 on PyPI
genie.trafficgenProvides connection implementations to traffic…
permissive · top 15,000 on PyPI
marionette-driverMarionette Driver provides a Python client for…
copyleft · top 15,000 on PyPI
PyVISAPyVISA provides Python bindings to VISA…
permissive · top 5,000 on PyPI
dlipowerManages Digital Loggers web-based network power…
permissive · top 15,000 on PyPI
snappi-ixnetworkExecutes traffic generation test scripts…
permissive · top 15,000 on PyPI
doipclientA pure Python 3 Diagnostic over IP (DoIP)…
permissive · top 15,000 on PyPI
async-upnp-clientAsync UPnP client library for discovering,…
permissive · top 15,000 on PyPI
pytrydanpytrydan provides Python bindings and a…
permissive · top 15,000 on PyPI
splinterSplinter provides a unified Python interface…
permissive · top 15,000 on PyPI