Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
Table of Contents
Globus Teleoperations Control Protocol (GTCP) is a service interface for telecontrol. It is the WSRF version of the NEESgrid Teleoperations Control Protocol (NTCP), which is used to control heterogeneous physical and computational simulations coupled in geographically-distributed earthquake engineering experiments. It has also been used to control data acquisition systems (triggering the collection of data) and high-resolution cameras (triggering image acquisition) during earthquake engineering experiments, and, to a lesser extent, to control the positioning, focal length, etc. of electron microscopes in a neuroscience application.
GTCP exposes two interfaces: a WSRF-compliant service interface used by clients to control remote instruments and simulations, and a "plugin" interface to facilitate integrating new back ends (physical or computational simulation platforms) to the GTCP server. The plugin interface is a Java interface definition that includes methods for each platform-specific action; a new platform is integrated by writing a class that implements this interface definition
Features new in release GT 4.1.3:
- None.
Other Supported Features
- WSRF-compliant service interface.
- Plugin interface to facilitate integrating new physical or computational simulation platforms.
Deprecated Features
- None
The following changes have occurred for GTCP since the last stable release, 4.0.5:
None.
The following problems and limitations are known to exist for GTCP at the time of the 4.1.3 release:
GTCP depends on the following GT components:
- Globus Java WS Core
GTCP does not depend on any 3rd party software
Protocol changes since GT version 4.0.5:
- None.
API changes since GT version 4.0.5:
- None.
Exception changes since GT version 4.0.5:
- None.
Schema changes since GT version 4.0.5:
- None.
Click here for more information about this component.