Getting Started
You must install the Wiretap Client SDK on your computer by unzipping the SDK package to follow the instructions in this section.
Note: The directory in which you have installed the Wiretap Client SDK is referred to as the wiretap_install_dir in this guide.
Three Ways to Use the Wiretap Client API
You can use the API in three ways:
- Command line tools – These tools are recommended for everyone because they allow you to see the API in action immediately. See Using the Command Line Tools.
- C++ classes – Experienced C++ developers can use these classes to program their own Wiretap clients. See Setting Up Your Environment for C++ Developers.
- Python modules – These modules are the basis for writing scripts that can be run immediately without compilation. See Setting Up Your Environment for Python Developers.