home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / systems / atmosph.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  5.4 KB  |  110 lines

  1. The Atmospheric Test Site
  2.  
  3.  
  4. Well, after calling 617/536-1180, I have figured out what the hell this
  5. thing is, as well as the commands you can use to run it. Basically, it's 
  6. an atmospheric pollutant monitoring device, and we are 99% sure it is 
  7. operated out of that trailer in Kenmore Sq. Basically, this system is 
  8. hooked up to a variety of monitoring devices, which measure the 
  9. concentration (in parts per million; PPM) of various pollutants. Current 
  10. temperature is also recorded (in Kelvin). The computer takes a 
  11. measurement every minute and by using different commands, you can even go 
  12. back in to stored records of measurements (as far back as 5 days ago) 
  13. tests are made every minute of every day.
  14.  
  15. Commands consist of single letters and numbers. Commands function as 
  16. hotkeys, and echoed as they are typed, and illegal commands are echoed as 
  17. well with an accompanying question mark.
  18.  
  19. In this file I provide some captures of data when I played with the 
  20. system, and a command summary to top things off.
  21.  
  22. I wonder if this is a proprietary system, or if there are others like it 
  23. out there anyway, if anyone finds another, please let me know!
  24.  
  25. Here's an example of what you can do when you first call the system 
  26. (8N1), it immediately responds to you by printing out the last minute's 
  27. recorded data:
  28.  
  29. -------------------------------------------------------------
  30. CONNECT 2400/NONE
  31. 17:10:00  0018  01  KENMORE SQ  01/18/92
  32. =================================================
  33. CHAN      NO    NO2    NOX   TEMP     CO    SO2
  34. UNITS    PPM    PPM    PPM  DEG K    PPM    PPM
  35. =================================================
  36. 17:00  0.044  0.029  0.073    269    1.2  0.013
  37. -------------------------------------------------------------
  38. I typed nothing in as soon as connection was made, the system spits out 
  39. the time of the last measurement, and the readings in PPM...the 
  40. pollutants measured are common NO, NO2 (nitrogen dioxide, NOT nitrous 
  41. oxide), NOX (meaning all NO groups combined, like NO, NO2, NO3, etc.), 
  42. the temperature in degrees Kelvin, CO (carbon monoxide) and SO2 (nasty 
  43. sulfur pollutant...makes acid rain in the clouds).
  44.  
  45. Type "t" to get the current time and date.
  46. -------------------------------------------------------------
  47. TIME IS  17:14:07    0018  KENMORE SQ  01/18/92  07B2
  48. -------------------------------------------------------------
  49. Neat, eh?  Now type "1" to get the yesterday's readings in 1 hour
  50. intervals.
  51. -------------------------------------------------------------
  52. Other numbers will get you previous day's test results. Hitting "a" will 
  53. get you a raw HEX dump of the data for the current day. No nice tables 
  54. with headings! Note the number "0018" which is the date of the test. 
  55. These dumps cover the entire day at 1 hour intervals.  Probably intended 
  56. for use with some environmental data interpreting program as opposed to a 
  57. dumb terminal.
  58. -------------------------------------------------------------
  59. Hitting "o" will get you the past hour's worth of data in 1 minute 
  60. intervals. Note the use of a 24hr clock.  No am/pm stuff.
  61.  
  62. And hitting "Z" will output the current test recorded.
  63. -------------------------------------------------------------
  64. 17:10:00  0018  01  KENMORE SQ  01/18/92
  65. =================================================
  66. CHAN      NO    NO2    NOX   TEMP     CO    SO2
  67. UNITS    PPM    PPM    PPM  DEG K    PPM    PPM
  68. =================================================
  69. 17:00  0.044  0.029  0.073    269    1.2  0.013
  70. -------------------------------------------------------------
  71. The "U" command is the coolest.  It gives you updates of what's going on 
  72. as it happens. Notice how the concentration values change.
  73.  
  74. ------------------------------------------------------------
  75. Enuough examples. Here's a command summary:
  76. Remember, commands are case sensitive!
  77.  ---------------------------------------------------------
  78.             t,T   Current time and date.
  79.             1     Yesterday's readings and calibration data in 1 hour 
  80. intervals.
  81.             2     Summary of yesterday.
  82.             3     Data from 2 days ago.
  83.             4     Data from 3 days ago.
  84.             5     Summary from 3 days ago.
  85.             6     Data from 4 days ago.
  86.             7     Summary from 4 days ago.
  87.             8     Data from 5 days ago.
  88.             a     HEX-dump data, current day, 1 hour intervals.
  89.             d     HEX-dump data, 2 days ago, 1 hour intervals.
  90.             g     HEX-dump data, 4 days ago, 1 hour intervals.
  91.             j     HEX-dump data, current hour, 5 min intervals.
  92.             k     HEX-dump data, past hour, 5 min intervals.
  93.             o     HEX-dump data, current hour, 1 min intervals.
  94.             x     HEX-dump data, latest reading.
  95.             Z     Data, latest reading.
  96.             U     Gives IMMEDIATE data...changes every second!
  97.             S     Funky binary output.
  98.             P     Data, past hour, 5 min. intervals.
  99.             L     Funky setup info.
  100.             F     Funky playback info.
  101.             G     Data, current hour, 5 min intervals.
  102.             
  103. Anyway, enjoy this great resource. Please don't try to crash it, or fuck 
  104. with it. This is a great thing to have access to, and if I find anyone 
  105. fucking things up on it, I'm gonna get pissed off.
  106.  
  107. "Hey, I wonder what the PPM concentration of carbon monoxide is in 
  108. Kenmore tonite? Oooooo, too high for me. Better stay inside."
  109.  
  110.