home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: CD-ROM 37 / EPC_47.BIN / AtomicClock / ReadMe.txt < prev    next >
Text File  |  1999-07-10  |  4KB  |  120 lines

  1. BEATLE Atomic clock v.1.01
  2. by
  3. Philipp Robbel ⌐1999
  4. philipp_robbel@usa.net
  5.  
  6. =================================================License=====
  7.  
  8. Please note that you have to agree to the license agreement
  9. found in license.txt before using this program.
  10.  
  11. =====================================General Information=====
  12.  
  13. This software connects to an atomic time server and uses the 
  14. received time to generate the 'Swatch Internet Time' 
  15. (http://www.swatch.com/internettime/beatnik_fs_time.html). 
  16. Different from the program originally released by Swatch this 
  17. program allows you not only to use the atomic time but also 
  18. features a higher time resolution (1/100 beats) and a more 
  19. precise counter running in its own thread to keep the 
  20. displayed time within 1 millisecond resolution. As a feature 
  21. you can update your current system time to the proper atomic
  22. time.
  23.  
  24. To use, simply move the displayed window to a comfortable
  25. screen position by holding the left mouse button down in the
  26. upper part of the window and dragging it to the desired
  27. position.
  28.  
  29. By clicking the right mouse button in the upper part of the
  30. window you are able to choose from different options in a 
  31. menu:
  32.  
  33. ========================================Right-click-menu=====
  34.  
  35. = Query Time Server
  36.  
  37. - choose this option if you want to initialize a connection
  38.   to an atomic-time-server on the internet. If you are not
  39.   connected to the internet or the connection attempt was
  40.   not successfull, a small Swiss flag will be displayed at
  41.   the top.
  42.   If you were able to successfully initialize a connection
  43.   there will be shown a 'Zzz' Icon notifying you of the 
  44.   current time-receiving-process. After you have success-
  45.   fully received the proper atomic-time this icon will
  46.   change to a 'computer' which shows you that the displayed
  47.   time was generated of the atomic-time and not of your
  48.   local system time.
  49.  
  50.   *NOTE* If there's no icon change from the 'Zzz' to the
  51.          'computer' icon for a longer time just choose this
  52.          menu entry again to initialize a new connection
  53.          to an atomic-time-server.
  54.  
  55.  
  56. = Update System Time
  57.  
  58. - choose this option if you want to update your local system
  59.   time to the received atomic-time.
  60.  
  61.  
  62. = Calculator ...
  63.  
  64. - this feature is provided to let you calculate between
  65.   the 'Swatch Internet Time' and the 'normal' time.
  66.   To use, just fill in the beats and the 1/100 beats field
  67.   and hit the '->' button.
  68.  
  69.   *NOTE* Please be aware that you are able to calculate
  70.          in both directions. To generate the proper beat
  71.          time from your local time, just click into the
  72.          yellow fields to enter a valid time and click
  73.          the '<-' button. 
  74.          Also be aware that you have to use '0' instead
  75.          of '24' if you want to convert a time of 12pm.
  76.  
  77.  
  78. = Hide
  79.  
  80. - this feature lets you minimize the main window to tray
  81.   (right section of the task bar).
  82.   To maximize the program again just click either your left
  83.   or right mouse button on the 'clock' icon that has shown up
  84.   after minimizing.
  85.  
  86.  
  87. = About ...
  88.  
  89. - shows a small 'About' Dialog Box with credits, version
  90.   number and compile date.
  91.  
  92.  
  93. = Close
  94.  
  95. - exit the program by using this menu entry.
  96.  
  97. =========================================Version History=====
  98.  
  99. New For This Version (v.1.01 )                       07/10/99
  100. -------------------------------------------------------------
  101.  o Fixed all known Bugs (including the nasty DST bug)
  102.  o Added new, faster TCP/IP TimeServer Connection routines
  103. -------------------------------------------------------------
  104.  
  105. New For This Version (v.1.0 initial release)         02/27/99
  106. -------------------------------------------------------------
  107.  o Added 'Beats->LocalTime' and 'LocalTime->Beats' calculator
  108.  o Fixed the 'Update System Time' Bug
  109.  o Added 'Hide' feature to minimize Beatle to tray
  110. -------------------------------------------------------------
  111.  
  112. This program is highly optimized to provide you with the
  113. least memory usage and file size possible and was programmed
  114. in C and Win32API (no MFC dlls required).
  115.  
  116. If (and when) you find bugs I would appreciate you dropping me
  117. an email saying what the problem(s) are at the above email
  118. address.
  119.  
  120. Philipp R.