Overview
For engineers who design distributed systems where hosts interact using a network, one of the main challenges is building an effective communication protocol. The Simple Messaging Reference Library (STM) can enhance the performance, usability, maintainability and scalability of a distributed system. Unlike raw communications APIs, using formatted packets makes data manipulation more manageable and improves throughput by minimizing the transmission of repetitive data.Table of Contents
- Background
- Theory of Operation
- Implementation
- Simple TCP/IP Messaging API
- Using the STM API to Send Data
- Using the STM API to Receive Data
- Conclusion
- Download
文章來源:http://www.ni.com/white-paper/4095/en/