Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3b6ac9fe245c40961a00f3c295425b7249db5644 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                                                  
Readme for TCF Agent Daytime Example
------------------------------

The Agent Daytime Example shows how TCF agent can be customized and extended with user defined service.
The example provides code to build the agent with custom set of services, including user defined DayTime service.
The example is mainly meant for developer's educational use,
DayTime service does not meant to be of any other value.

See "org.eclipse.tm.tcf.examples.daytime" for details on extending TCF Java binding for DayTime service.

The example includes:
1. Makefile to build the customized agent.
2. Implementation of DayTime service: daytime.h daytime.c
3. Agent configuration header file: config.h

CDT can be used to edit and build the example project.
Supported agent execution environments: CygWin, Linux. 

Back to the top