Download data logger Free Java Code
Description
A Rails app that logs data from Arduino sensor modules via serial port and displays it via a web page. Arduino code is included.
Icons
Source Files
The download file data_logger-master.zip has the following entries.
.bash_profile/*from w w w . j a va 2 s. c o m*/
.gitignore
Gemfile
Gemfile.lock
README
Rakefile
app/controllers/application_controller.rb
app/controllers/fahrenheit_temps_controller.rb
app/controllers/report_controller.rb
app/controllers/sources_controller.rb
app/controllers/time_periods_controller.rb
app/controllers/voltages_controller.rb
app/helpers/application_helper.rb
app/helpers/sources_helper.rb
app/helpers/time_periods_helper.rb
app/helpers/voltages_helper.rb
app/models/#fahrenheit_temp.rb#
app/models/#report.rb#
app/models/fahrenheit_temp.rb
app/models/log_event.rb
app/models/report.rb
app/models/report_source.rb
app/models/source.rb
app/models/time_period.rb
app/models/voltage.rb
app/views/fahrenheit_temps/edit.html.erb
app/views/fahrenheit_temps/index.html.erb
app/views/fahrenheit_temps/new.html.erb
app/views/fahrenheit_temps/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/voltages.html.erb
app/views/report/index.html.erb
app/views/report/latest_temps.html.erb
app/views/report/latest_trends.html.erb
app/views/report/show.html.erb
app/views/sources/edit.html.erb
app/views/sources/index.html.erb
app/views/sources/new.html.erb
app/views/sources/show.html.erb
app/views/time_periods/edit.html.erb
app/views/time_periods/index.html.erb
app/views/time_periods/new.html.erb
app/views/time_periods/show.html.erb
app/views/voltages/edit.html.erb
app/views/voltages/index.html.erb
app/views/voltages/new.html.erb
app/views/voltages/show.html.erb
arduino/dallas_temp_sensor/applet/DallasTemperature/DallasTemperature.cpp.o
arduino/dallas_temp_sensor/applet/OneWire/OneWire.cpp.o
arduino/dallas_temp_sensor/applet/core.a
arduino/dallas_temp_sensor/applet/dallas_temp_sensor.cpp
arduino/dallas_temp_sensor/applet/dallas_temp_sensor.cpp.eep
arduino/dallas_temp_sensor/dallas_temp_sensor.pde
arduino/max6675_temp_sensor/max6675_temp_sensor.pde
arduino/trip_logger/trip_logger.pde
config.ru
config/application.rb
config/backup.rb.example
config/boot.rb
config/database.yml.example
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/locales/en.yml
config/routes.rb
db/development.sqlite3
db/migrate/20090630005902_create_sources.rb
db/migrate/20090630010143_create_time_periods.rb
db/migrate/20090730022539_create_fahrenheit_temps.rb
db/migrate/20090802175653_add_logged_at_to_fahrenheit_temp.rb
db/migrate/20090817025242_create_report_parameters.rb
db/migrate/20090827003958_add_source_to_report_parameters.rb
db/migrate/20090829141507_create_report_sources.rb
db/migrate/20090829142924_rename_report_parameters.rb
db/migrate/20090905151907_add_temp_offset_to_sources.rb
db/migrate/20100314150814_add_index_to_fahrenheit_temps_created_at.rb
db/migrate/20100508201740_create_voltages.rb
db/migrate/20110319183317_add_sampled_at_index_to_fahrenheit_temps.rb
db/schema.rb
doc/README_FOR_APP
hardware/parts_lib/edebill.lbr
hardware/stackduino pdip proto shield/pdip shield.brd
hardware/stackduino pdip proto shield/pdip shield.sch
hardware/stackduino xbee shield/stackduino xbee shield.brd
hardware/stackduino xbee shield/stackduino xbee shield.sch
hardware/stackduino/stackduino.brd
hardware/stackduino/stackduino.sch
lib/crc16.rb
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/rails.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-1.4.1.js
public/javascripts/jquery.flot.js
public/javascripts/prototype.js
public/javascripts/swfobject.js
public/open-flash-chart-bar-clicking.swf
public/open-flash-chart.swf
public/robots.txt
public/stylesheets/datalogger.css
public/stylesheets/scaffold.css
script/about
script/data_logger_listener
script/performance/benchmarker
script/performance/profiler
script/rails
test/fixtures/fahrenheit_temps.yml
test/fixtures/report_sources.yml
test/fixtures/sources.yml
test/fixtures/time_periods.yml
test/fixtures/voltages.yml
test/functional/report_controller_test.rb
test/functional/sources_controller_test.rb
test/functional/voltages_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/fahrenheit_temp_test.rb
test/unit/helpers/fahrenheit_temps_helper_test.rb
test/unit/helpers/sources_helper_test.rb
test/unit/helpers/time_periods_helper_test.rb
test/unit/helpers/voltages_helper_test.rb
test/unit/report_sources_test.rb
test/unit/report_test.rb
test/unit/source_test.rb
test/unit/time_period_test.rb
test/unit/voltage_test.rb
vendor/plugins/open_flash_chart/MIT-LICENSE
vendor/plugins/open_flash_chart/README
vendor/plugins/open_flash_chart/Rakefile
vendor/plugins/open_flash_chart/assets/javascripts/swfobject.js
vendor/plugins/open_flash_chart/assets/open-flash-chart-bar-clicking.swf
vendor/plugins/open_flash_chart/assets/open-flash-chart.swf
vendor/plugins/open_flash_chart/init.rb
vendor/plugins/open_flash_chart/install.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/area_base.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/area_hollow.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/area_line.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_3d.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_base.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_filled.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_glass.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_sketch.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/bar_stack.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/base.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/candle.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/chart.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/h_bar.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/legend.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/line.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/line_base.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/line_dot.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/line_hollow.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/linear_regression.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/ofc_ajax.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/open_flash_chart_object.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/pie.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/radar_axis.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/radar_axis_labels.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/radar_spoke_labels.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/scatter.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/scatter_line.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/shape.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/title.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/tooltip.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/upload_image.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/x_axis.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/x_axis_label.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/x_axis_labels.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/x_legend.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/y_axis.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/y_axis_base.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/y_axis_right.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/y_legend.rb
vendor/plugins/open_flash_chart/lib/open_flash_chart/y_legend_right.rb
vendor/plugins/open_flash_chart/tasks/open_flash_chart_tasks.rake
vendor/plugins/open_flash_chart/test/open_flash_chart_test.rb
vendor/plugins/open_flash_chart/uninstall.rb
Download
Click the following link to download data_logger-master.zip.
data_logger-master.zip