Update README.txt to describe the project

This commit is contained in:
unknown 2010-04-07 12:53:48 +01:00
parent 00f63917fa
commit 7ca28ff360
1 changed files with 18 additions and 7 deletions

View File

@ -1,12 +1,23 @@
Key Git Commands:
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/gb.instrument.git
git push origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:mchr3k/gb.instrument.git
git push origin master