This directory contains some Python scripts to help connecting to the
capacitive sensor (see http://avtanski.net/projects/seismic_sensor):

* "ftplog.py" - A sample script that collects the data and periodically
  uploads it to an FTP server. To use it you need to set the FTP server
  and login credentials using the FTP_SERVER, FTP_USER, and FTP_PASS
  env variables.

* "logreader.py" - A logfile reader class.

See http://avtanski.net/projects/seismic_sensor for details.