OpenIGTLink/ProtocolV2/Index
From NAMIC Wiki
(Redirected from OpenIGTLink/ProtocolV2/Draft)
Home < OpenIGTLink < ProtocolV2 < Draft
Contents
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.
- More information is available in Version 2 Summary page.
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.