Difference between revisions of "HIP:summer2009"
Jump to navigation
Jump to search
(→What's for today? (5/14/2009)) |
(→Infobomb Script) |
||
Line 52: | Line 52: | ||
[https://trac.cs.earlham.edu/infobomb/browser/client/new Infobomb trac wiki]<br> | [https://trac.cs.earlham.edu/infobomb/browser/client/new Infobomb trac wiki]<br> | ||
[http://stewie.cs.earlham.edu:8888/ Web Interface Cacti] | [http://stewie.cs.earlham.edu:8888/ Web Interface Cacti] | ||
+ | |||
+ | <b>pmp side</b><br> | ||
+ | *crondtab | ||
+ | <pre> | ||
+ | # for Cell Phone | ||
+ | */15 * * * * /root/scripts/poll_all_sonde.pl; /root/scripts/process_readings-cell.sh; | ||
+ | 0 * * * * /root/scripts/transfer-cell.pl | ||
+ | </pre> | ||
+ | |||
+ | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/poll_all_sonde.pl poll_all_sonde.pl] | ||
+ | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/process_readings-cell.sh process_readings-cell.sh] | ||
+ | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/transfer-cell.pl transfer-cell.pl] | ||
+ | |||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/autopoll autopoll] (shell script) | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/autopoll autopoll] (shell script) | ||
**Run sonde_data.pl multiple times | **Run sonde_data.pl multiple times | ||
Line 68: | Line 81: | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/loadUSB.sh loadUSB.sh] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/loadUSB.sh loadUSB.sh] | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/loadUSBModules.sh loadUSBModules.sh] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/loadUSBModules.sh loadUSBModules.sh] | ||
− | + | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/ppp-config ppp-config] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/ppp-config ppp-config] | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/print_data.pl print_data.pl] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/print_data.pl print_data.pl] | ||
− | + | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/process_readings.sh process_readings.sh] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/process_readings.sh process_readings.sh] | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/rdate rdate] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/rdate rdate] | ||
Line 78: | Line 91: | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/sonde_data.pl sonde_data.pl] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/sonde_data.pl sonde_data.pl] | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/tar tar] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/tar tar] | ||
− | + | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/update-from-svn update-from-svn] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/update-from-svn update-from-svn] | ||
*[https://trac.cs.earlham.edu/infobomb/browser/client/new/update_all_pmps update_all_pmps] | *[https://trac.cs.earlham.edu/infobomb/browser/client/new/update_all_pmps update_all_pmps] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 08:43, 14 May 2009
Contents
What's for today? (5/14/2009)
- To observe how crond moves in pmp5 and stewie
- To write up infobomb script guide
- Research for a better printer
- Charlie's house is flooded
TODO
- Testing H2O Unit "End to End"
- Find out how to use Minicom
- Test data flow from sonde to database via cell phone.
- Springwood Install
- Portable testkit
- X-ray fluorescence (XRF)
- Thermal interface compound (TIC)
- Sonde
- Netbook
- Printer
- GPS
- Schema + Interface
- Wind @ miller
- Learning languages: Perl, Python, Bash
Shopping List
Measurement for portable test kit
- XRF (INNOV-X ALPHA)
- Dimensions: 30.5cm * 24.5cm * 8.0cm
- Weight: 1.6kg
- TIC (Fluke TiR1 Infrared Thermal Imager)
- Dimensions: 25.4cm * 12.7cm * 15.2cm
- Weight: 1.1kg
- Sonde (YSI 600R)
- Diameter: 4.2cm
- Length: 46.5cm
- Weight: 0.5kg
- Netbook (Dell Inspiron Mini 9)
- Dimensions: 23.2cm * 3.17cm * 17.2cm
- Weight: 1.03kg
- GPS (MAGELLAN eXplorist100)
- Dimensions: 5.6cm x 11.9cm x 3.3cm
- Weight: 0.164kg
- Printer(?)
Infobomb Script
Infobomb trac wiki
Web Interface Cacti
pmp side
- crondtab
# for Cell Phone */15 * * * * /root/scripts/poll_all_sonde.pl; /root/scripts/process_readings-cell.sh; 0 * * * * /root/scripts/transfer-cell.pl
- autopoll (shell script)
- Run sonde_data.pl multiple times
- client-cell.pl
- client.pl
- connect
- cont_poll_all.pl
- dial-cell
- dial-gms1
- disconnect
- dot-profile
- get-updates
- gprs-cell
- gprs-gms1
- hangup
- loadUSB.sh
- loadUSBModules.sh