home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / video / 15263 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.5 KB

  1. Xref: sparky rec.video:15263 alt.sources.d:1641
  2. Path: sparky!uunet!gatech!rpi!zaphod.mps.ohio-state.edu!cs.utexas.edu!rutgers!uwvax!ssec.wisc.edu!dws
  3. From: dws@ssec.wisc.edu (DaviD W. Sanderson)
  4. Newsgroups: rec.video,alt.sources.d
  5. Subject: Re: HERE IS VCR Plus source code
  6. Message-ID: <1992Dec31.175629.6976@cs.wisc.edu>
  7. Date: 31 Dec 92 17:56:29 GMT
  8. References: <9212311600.AA03824@procyon.cis.ksu.edu>
  9. Sender: news@cs.wisc.edu (The News)
  10. Organization: UW-Madison Space Science and Engineering Center
  11. Lines: 49
  12.  
  13. In article <9212311600.AA03824@procyon.cis.ksu.edu> ojs@cougar.fluxor.com writes:
  14. >Source code in "C" that implements the decoding AND the encoding
  15. >algorythms of VCR PLUS, is presented below.  Please use it for
  16. >research and educational purposes only.
  17.  
  18. I tried replying by Email, but neither my host nor any other host I
  19. tried can resolve the domain name 'cougar.fluxor.com'.
  20.  
  21. Anyway, the file readme.txt has a semantics problem.  It says:
  22.  
  23. : 3.  Both programs ask for today's date.  They should
  24. :           instead get this from the computer itself but that is
  25. :           too much involved with O/S details.
  26.  
  27. The programs do NOT need today's date; they need the date of the
  28. television program.  This is something you couldn't get from the
  29. computer automatically, since it doesn't know the date of the
  30. television program.  To decode a vcrplus code meaningfully you must
  31. give the decode program not only the code but the date associated with
  32. the code.  (I.e. a given code has different meanings on different
  33. dates.)
  34.  
  35. For example, in this example in readme.txt:
  36.  
  37. : Example 4:  decode 1 2 93 19297
  38. :                 On January 2nd of 1993 you have asked a question.  You
  39. :                 want to know "what show does the VCRPLUS code 19297
  40. :                 represent?"  The program answers back
  41. :                 Code=  19297     1   4  93   Mapped_channel=  5  Start_time= 0900  Length=  30
  42.  
  43. I tried out the program like this:
  44.  
  45.     decode 12 31 92 19297
  46.  
  47. (since I asked the question today, 31 Dec 1992) and it gave me a
  48. completely different result - what the code means when associated with
  49. today's date, instead of the date meaningfully associated with the
  50. code.
  51.  
  52. Similarly, to create a vcrplus code you must give the encode program
  53. the date the time slot begins, not the date you ran the encode program.
  54.  
  55. Note, I am NOT a vcrplus code expert.  I'm simply relaying my
  56. observations after figuring out how to use the programs.
  57.  
  58. DaviD W. Sanderson (dws@ssec.wisc.edu)
  59.  
  60.     "The Noah Webster of smileys is David Sanderson"
  61.         - The Wall Street Journal, 15 Sep 1992
  62.