trex-java-sdk

Java client SDK provides an implementation for

Bootstrap project

you can copy and edit examples/bootstrap directory and compile/run separately
see examples/bootstrap/README.md

How to use in Maven project

Add a dependency to the pom.xml as like below:

<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
  ...
  <dependencies>
    <dependency>
      <groupId>com.cisco.trex</groupId>
      <artifactId>trex-java-sdk</artifactId>
      <version>1.28</version>
    </dependency>
       ...
  </dependencies>
  ...
</project>
View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.