home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 510.READ.ME < prev    next >
Text File  |  1990-01-22  |  907b  |  34 lines

  1. Here is a quickie program that decodes microsat telemetry from
  2. non-kiss monitor mode capture files.
  3.  
  4. NK6K
  5.  
  6.  
  7. Quick notes
  8.  
  9. You must have non-kiss monitor mode on.  Do not use the
  10. command that puts the <UI> in the line, or the command that
  11. adds a CRLF after the :, e.g., your line should look like this:
  12.  
  13. LUSAT-1>TLM:00:68 01:74 02:72 03:55 04:6E 05:7A 06:71 07:7D 08:68 09:68 0A:A4
  14. 0B:9D 0C:EA 0D:D9 0E:01 0F:4A 10:D1 11:82 12:02 13:01 14:9F 15:91
  15. 16:88 17:82 18:7F 19:82 1A:82 1B:6F 1C:7A 1D:82 1E:25 1F:5D 20:82
  16.  
  17.  
  18. If you have a file that has the wrong stuff, use your editor to take it
  19. out.
  20.  
  21. You should also have 8 bit data, no parity.  If you have parity, use
  22. a filter program to strip it out, i.e., if you type the data file,
  23. it shoudl print in the clear, as above.
  24.  
  25.  
  26. To run:
  27. tlm1 <test.tlm
  28.  
  29. You must have the TLMPAC, TLMDOV, etc files in the current directory.
  30.  
  31.  
  32. Enjoy
  33.  
  34.