Difference between revisions of "OpenIGTLink/ProtocolV2/Index"

From NAMIC Wiki
Jump to: navigation, search
Line 5: Line 5:
 
*Simple querying mechanism is defined. See [[OpenIGTLink/ProtocolV2/Query| querying mechanism in version 2]].
 
*Simple querying mechanism is defined. See [[OpenIGTLink/ProtocolV2/Query| querying mechanism in version 2]].
 
*The protocol version 2 continue to focus on message formats. Supporting tools (simulators and interfaces for specific applications e.g. 3D Slicer, Matlab) and transportation layer (use of UDP or other network communication middleware) should be discussed separately.
 
*The protocol version 2 continue to focus on message formats. Supporting tools (simulators and interfaces for specific applications e.g. 3D Slicer, Matlab) and transportation layer (use of UDP or other network communication middleware) should be discussed separately.
*'''(TBD)'''Xenios proposed to introduce a "footer" field in addition to header and body in the OpenIGTLink message format. The idea is to use footer as an area, which can be used by the developers to put application-specific information. In most case, this "footer" approach does not violate the rules in version 1 protocol.
 
  
 
=OpenIGTLink Protocol Rules=
 
=OpenIGTLink Protocol Rules=

Revision as of 04:39, 30 November 2011

Home < OpenIGTLink < ProtocolV2 < Index

<< OpenIGTLink

OpenIGTLink version 2 Summary

  • The header format will not be changed.
  • Simple querying mechanism is defined. See querying mechanism in version 2.
  • The protocol version 2 continue to focus on message formats. Supporting tools (simulators and interfaces for specific applications e.g. 3D Slicer, Matlab) and transportation layer (use of UDP or other network communication middleware) should be discussed separately.

OpenIGTLink Protocol Rules

  • The OpenIGTLink protocol is a network communication protocol works in the Application Layer in the OSI model.
  • The minimum unit in data transfer in OpenIGTLink protocol is an OpenIGTLink message.
  • An OpenIGTLink message consists of header and body sections. The header format is consistent and can be interpreted by all software that has OpenIGTLink interface. The header contains device type (or data type) name, which specifies the format of the body.
  • The OpenIGTLink protocol is stateless.

Architecture and Header

Proposed Message Types

Message types inherited from version 1

New message types for image-guided surgery (IGS) systems

New message types for other applications

Other Information