Re: MOST Protocol For car AV What did you want to do with MOST bus? Did you want to write applications on compatible devices or did you just want to know how the communications works between devices in general?
I doubt if *any* computer center will teach anything like that. If one wants to write software on devices with MOST based communications, it is simple to use the API provided by Standard Micro or Vector Informatik. If one only wants to know more, one can start with Ring and Star topology networks and the ISO 7 layer model, and then read the MOST specs. "Protocol" (as implemented in the API) here refers to the sequence and contents of the frames that run up and down the 7 layers in each device.
MOST implements deterministic communications among a limited set of participants on the bus (both 1-to1 and broadcast). Knowing how Ethernet and TCP/IP works would help in understanding MOST. Unlike conventional master-less networks, in MOST networks one device gets to be the timing master. |