Skip to content

Vert.x implementation of a Webserver displaying values mesured with an Arduino.

Notifications You must be signed in to change notification settings

unSinn/plant-vertx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plant-vertx

Vert.x (http://vertx.io/) implementation of a webserver displaying values measured with an Arduino.
For the application running on the Arduino see https://github.com/unSinn/plant-sensor.

The Server runs on a Raspberry Pi (with Arch Linux ARM) powering the Arduino.

Measurements will be transfered to the Client (Webbrowser) via SockJS (http://sockjs.org/) using Vert.x EventBus. And finally displayed with Chart.js (http://www.chartjs.org/).

Webbrowser <- HTTP,SockJS -> Raspberry Pi / Vert.x <- USB -> Arduino

Database

SQLite with OrmLite (http://ormlite.com/).

Running

Build the fat jar with.

gradle jar

Transfer the jar and the webroot folder to your Raspberry. Then on the Raspberry run:

java -jar plant-vertx-0.1.jar

About

Vert.x implementation of a Webserver displaying values mesured with an Arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published