Wiki

Clone wiki

TCPTrace Online / Home

#TCPTrace-Online This is a web wrapper around Shawn Ostermann's tcptrace program written with Node.js and Angular.

##Warning! This is very experimental and prone to potential issues so be warned

##Requirements - node.js - grunt - bower

##Usage - Clone the repository from https://wskruse@bitbucket.org/wskruse/tcptrace-online.git - If you haven't already install node, either by downloading an installer or by using your friendly neighborhood package manager. Homebrew on the mac, and most (if not all) linux package managers have a nodejs installer. - Install grunt with npm install grunt -g (this may require sudo) - Install bower with npm install bower -g (same as above) - cd into the directory where you cloned tcptrace-online and run npm install and bower install - finally run grunt restart or grunt workon to start the server

Updated