Skip to content

anatilla/tempserver-playframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempserver-playframework

Temperature logger and plotter implemented with Play! framework and Akka

dependencies

  • Play! Framework (2.2.x)
  • sbt
  • Java
  • Scala
  • PostgreSQL
  • lm-sensors

install/setup

First, edit app.utils.Sensors class to fit with your sensors configuration (require bash skills).

Refer to Play documentation for deploy/run. Default port is 9000 (default Play! settings)

For a rapid test of the application, get in tempserver-playframework's directory, then type:

$ play ~run

Then browse http://localhost:9000/log for real time plot.

For history plot browse http://localhost:9000/plot

About

Temperature logger and plotter implemented with Play! framework and Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published