NCS: Message Transfer Systems: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
Line 7: Line 7:


== Reading ==
== Reading ==
* <p>[http://www.cnds.jhu.edu/pub/papers/spread.pdf The Spread Wide Area Group Communication System], Y. Amir and J. Stanton.  Technical Report CNDS-98-4, The Center for Networking and Distributed Systems, The Johns Hopkins University, 1998.  The paper provides a detailed technical description of how [[spread]] works.  It is mainly useful if you want to know more about what [[spread]] does.  Requires some background in network protocols if you want to understand the details. </p>
* <p>Missing.  I'm still looking for a good reference on causality and message passing</p>.
*<p>[http://www.spread.org/docs/guide/users_guide.pdf A Users Guide to Spread], J. Stanton. 2002.  This is the documentation for the [http://www.spread.org Spread Toolkit].  The first and second chapters provide most of the information you need to understand the basic ideas, although the way in which [[Spread]] servers are configured, described in Chapter 3, is also useful.</p>
* <p>[http://www.cnds.jhu.edu/pub/papers/spread.pdf The Spread Wide Area Group Communication System], Y. Amir and J. Stanton.  Technical Report CNDS-98-4, The Center for Networking and Distributed Systems, The Johns Hopkins University, 1998.  The paper provides a detailed technical description of how [[Spread]] works.  It is mainly useful if you want to know more about what [[spread]] does.  Requires some background in network protocols if you want to understand the details. </p>


== Additional Resources ==
== Additional Resources ==

Revision as of 15:11, 30 March 2006

Prev: Alice Intro Course Home Next: Pthreads

This lecture describes different choices for message transfer systems in a networked control system. The message transfer system is responsible for managing network communications between computers and software modules with the control system. We focus on systems that are build on top of the TCP/IP protocol stack. Design choices include how to encode information in packets, whether to broadcast or send packets point-to-point, and whether to retransmit packets on lost data transmission. Because of the closed loop nature of the networked embedded systems that we are programming, timing and latency are critical issues. We focus on the use of spread as a specific example of a low-level message transfer subsystem and describe how it can be used in a NCS context.

Lecture Materials

Reading

  • Missing. I'm still looking for a good reference on causality and message passing

    .
  • A Users Guide to Spread, J. Stanton. 2002. This is the documentation for the Spread Toolkit. The first and second chapters provide most of the information you need to understand the basic ideas, although the way in which Spread servers are configured, described in Chapter 3, is also useful.

  • The Spread Wide Area Group Communication System, Y. Amir and J. Stanton. Technical Report CNDS-98-4, The Center for Networking and Distributed Systems, The Johns Hopkins University, 1998. The paper provides a detailed technical description of how Spread works. It is mainly useful if you want to know more about what spread does. Requires some background in network protocols if you want to understand the details.

Additional Resources