15

For NASA's Interplanetary Network, what does a packet look like? It's obviously a form of redundant protocol, stored at the receiver and with built back up. Is there any documentation on the packet structure or the communication protocol, which has to span 14 minute communications?

yannis
  • 39,547
  • 40
  • 183
  • 216
maxfridbe
  • 371
  • 2
  • 7

2 Answers2

6

From the wiki-page:

Communications: Curiosity is equipped with significant telecom redundancy with several means of communication – an X band transmitter and receiver that can communicate directly with Earth, and a UHF Electra-Lite software-defined radio for communicating with Mars orbiters.

You'll probably find the exact information you're looking for in these two pdfs:

3

I don't know about packet structure, but the basic enabling technology is Reed-Solomon coding. "NASA Tech Briefs" has had articles about this in the past.

John R. Strohm
  • 18,043
  • 5
  • 46
  • 56
  • + 1 for Reed-Solomon. Its also used by [ESA](http://www.esa.int/) in their missions. – NWS Aug 10 '12 at 08:58