Go to file
Martin Hare Robertson f0a6442beb - Add test README file 2010-04-14 08:34:18 +01:00
org.intrace - Add test README file 2010-04-14 08:34:18 +01:00
org.intrace.agentbug - Rename Projects 2010-04-14 00:30:39 +01:00
org.intrace.agentloader Lots of refactoring primarily in the GUI client to improve the code 2010-04-10 12:44:02 +01:00
org.intrace.test - Rename Projects 2010-04-14 00:30:39 +01:00
.gitignore - Delete class files 2010-04-07 23:44:47 +01:00
README.txt Fix git path in README.txt 2010-04-07 13:01:39 +01:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

org.intrace description:

-- Packages --
agent        : Instrumenting Agent including IP Server
output       : Instrumentation output handlers
output.trace : Default (and currently only) handler

client/cui/AgentLoader : Command line runtime Agent loading tool
client/cui/TraceClient : Command line remote Agent config tool
client/gui/            : GUI remote Agent config tool/network trace viewer

-- Functional Pieces --
1. Instrumenting Agent
2. Runtime Agent Loader
3. CUI Remote Agent Config Tool
4. GUI Remote Agent Config Tool/Network Trace Viewer

Note to self - Git Commands:

  git init
  git remote add origin git@github.com:mchr3k/org.intrace.git
  git push origin master