Skip to content

Download and Install

Fred Klassen edited this page Jan 13, 2014 · 3 revisions

User Downloads

This wiki is for Tcpreplay contributors. Users and distribution maintainers should visit the Tcpreplay 4.X Downloads page http://tcpreplay.appneta.com/wiki/installation.html#downloads

Contributor Downloads

The source code repository has moved to GitHub. You can get a working copy of the repository by installing git and executing:

git clone [email protected]:appneta/tcpreplay.git

How To Contribute ================= It's easy. Basically you...

Details:

You will find that you will not be able to contribute to the Tcpreplay project directly if you use clone the appneta/tcpreplay repo. If you believe that you may someday contribute to the repository, GitHub provides an innovative approach. Forking the @appneta/tcpreplay repository allows you to work on your own copy of the repository and submit code changes without first asking permission from the authors. Forking is also considered to be a compliment so fork away:

  • if you haven't already done so, get yourself a free GitHub ID and visit @appneta/tcpreplay
  • click the Fork button to get your own private copy of the repository
  • on your build system clone your private repository:
git clone [email protected]:<your ID>/tcpreplay.git
  • we like to keep the master branch available for projection ready code so we recommend that you make a branch for each feature or bug fix
  • when you are happy with your work, push it to your GitHub repository
  • on your GitHub repository select your new branch and submit a Pull Request to master
  • optionally monitor the status of your submission here

We will review and possibly discuss the changes with you through GitHub services. If we accept the submission, it will instantly be applied to the production master branch.

Additional Information

Please visit our wiki.

Clone this wiki locally