core/com.nokia.carbide.cpp.doc.user/html/concepts/tcf.htm
author fturovic <frank.turovich@nokia.com>
Wed, 15 Sep 2010 09:40:16 -0500
changeset 2009 b622387629d6
parent 1834 cd7a67219042
permissions -rw-r--r--
changed TRK to CODA in docs except where it related to pre-3.0 versions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1834
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
<html>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<head>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     7
<title>Target Communication Framework (TCF)</title>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
</head>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
<body >
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
<h2>Target Communication Framework (TCF)</h2>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
<p><strong>TCF</strong> (Target Communication Framework) is a vendor-neutral, lightweight, extensible network protocol used mainly for communicating with embedded systems (targets). Its most distinguishing feature is that TCF is designed to transparently plug in value-adding servers between the  tool and the target. TCF is protocol agnostic in that it does not depend on a specific transport like TCP/IP, serial, SSH tunnel, or other. It also supports auto-discovery of targets and services, so any tool can determine which services are available from the target.</p>
2009
b622387629d6 changed TRK to CODA in docs except where it related to pre-3.0 versions
fturovic <frank.turovich@nokia.com>
parents: 1834
diff changeset
    13
<p>Carbide.c++ uses TCF to communicate with <a href="trk.htm">CODA</a>, Trace, and other services on a target device. For example, the Carbide debugger uses TCF to communicate with the CODA remote agent to control debuggable programs running on the target. Other Carbide plug-ins can also use TCF to communicate with their specific services.</p>
1834
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
<h5>Related tasks</h5>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
<ul>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    16
  <li><a href="concepts.htm">Concepts</a> </li>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    17
  <li><a href="http://wiki.eclipse.org/DSDP/TCF">TCF</a> (Eclipse)</li>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
</ul>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
<div class="step">
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    20
  <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    21
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
</div>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    23
</body>
cd7a67219042 spelling fixed and tcf page added
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    24
</html>