Skip to content
trans edited this page Feb 1, 2012 · 24 revisions

TAPOUT User Guide

TAPOUT is a TAP handler which supports TAP-Y/J as well as traditional TAP streams.

TAP-Y/J is a modernization of TAP using pure YAML/JSON streams. Traditional TAP has less detail than TAP-Y/J, but it can still be translated with fairly good results. TAPOUT includes a TAP adapter to handle the translation transparently. Currently TAPOUT supports TAP v12 with minor some limitations.

Using

Supporting Tools

Helping Out

There are a number of ways in which you can contribute to TAPOUT.

  • Improve an existing reporter
  • Create a new reporter
  • Improve code documentation
  • Report a bug or feature request

When working with the code the general procedure is to fork the repository, create a new branch, make your changes and then submit a pull request for that branch.

Clone this wiki locally