wiki:crkit/Software/Firmware/Framework/R3_arch/udp
close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 13 (modified by khanhle, 14 years ago) ( diff )

--

User Data Protocol

Figure 1 - UDP Packet Structure (source : wikipedia)


  • UDP used for Host <-> CRKit communication.
  • UDP Port 1000 - RMAP packets
  • UDP Port 1001 - Status packets
  • UDP Port 1002 - Data packets
  • Source Port Number == Destination Port Number == one of the three UDP port number defined above
  • Length == Datagram size in bytes e.g. 8 (UDP header) + UDP Payload, min. size = 40 bytes.
  • Checksum == 0x0000, not used (optional for IPv4)
  • Further UDP information at http://en.wikipedia.org/wiki/User_Datagram_Protocol.

..

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.