Advertisement
Guest User

Untitled

a guest
Mar 25th, 2015
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. March 24th Notes
  2.  
  3. Things About UDR2 --> Refer to Hexedit (Values)
  4. -----------------------------------------------
  5.  
  6. Datatype --> Refer to table [ Always On Byte 12 ]
  7.  
  8. * 03 on byte 12 (Datatype) --> Will refer to version packet
  9. * 8A on byte 12 (Datatype) --> Will refer to a timestamp packet
  10.  
  11. Time_sec --> Refers to the current second
  12.  
  13. * 8C --> 140 seconds = 2 minutes and 20 seconds
  14.  
  15. Sub_sec --> Refers to the current speed at which it was created
  16.  
  17. * 24 --> Took x/24 seconds to create this packet
  18.  
  19. Msg_len --> Refers to the variable length of the Datablock
  20.  
  21. Datablock --> Goes hand n' hand with what the Datatype was. Remaining bytes are this --> Again goes with the Datatype was.
  22.  
  23. * Instance: If Datatype was Signal --> Datablock will be a signal number, remaining bytes grabbed by msg_len
  24.  
  25. * Some may be longer than others, Frequency_bins are typically very long
  26.  
  27. Check_sum --> Total bytes
  28.  
  29.  
  30. Time Unix
  31. ---------
  32.  
  33. Date --> Returns the current data on Unix
  34.  
  35. 'date +%s' --> From start of Unix Systems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement