Content deleted Content added
Omnipaedista (talk | contribs) per MOS:BOLDSYN |
Fixing red links |
||
Line 2:
The '''SSI''' ("'''Simple Sensor Interface'''") protocol is a simple communications protocol designed for data transfer between computers or user terminals and smart sensors. The SSI protocol is an [[Application layer]] protocol as in the [[OSI model]].
The SSI protocol has been developed jointly by [[Nokia]], [[Vaisala]], [[Suunto]], Ionific, Mermit and [[University of Oulu]]. Currently SSI is being developed within the [http://www.mimosa-fp6.com/ Mimosa project]
The SSI protocol is used in point-to-point communications over [[UART]] and networking
The criteria for SSI protocol development are:
Line 143:
=== Networking SSI ===
SSI networking in a variable environment is done using
A nanoUDP message consists of a 5-byte nanoUDP header, an n-byte message payload and an optional 2-byte CRC checksum. The header consists of one protocol byte, a 2-byte message length (total length, including header and CRC), a 1-byte source port and a 1-byte destination port number. The destination port number should be 0x28 for SSI messages.
|