API Reference#

PyBTLS exposes two levels of API:

  • The Python API is the primary entry point for users. It is a pandas-native interface for building simulations, generating traffic, and reading results.

  • The C++ API documents the underlying simulation core. It is intended for contributors extending the internals and researchers who want to understand the numerical behaviour in detail.