Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jperedadnr/arduinofx-client
JavaFX based client for ArduinoFX project
https://github.com/jperedadnr/arduinofx-client
Last synced: 6 days ago
JSON representation
JavaFX based client for ArduinoFX project
- Host: GitHub
- URL: https://github.com/jperedadnr/arduinofx-client
- Owner: jperedadnr
- Created: 2012-12-17T17:17:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T20:19:45.000Z (almost 12 years ago)
- Last Synced: 2024-10-10T18:50:45.468Z (27 days ago)
- Language: Java
- Size: 1.87 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArduinoFX-client
================JavaFX based client for ArduinoFX project
Please, read full description of hardware setup here:
http://jperedadnr.blogspot.com.es/2012/12/arduinofx-javafx-gui-for-home.html
and here for description of installation of embedded server:
http://jperedadnr.blogspot.com.es/2012/12/arduinofx-javafx-gui-for-home_17.html
The JavaFX application connects to a server (See https://github.com/jperedadnr/ArduinoFX-server) to grab via RESTful
web services the values of the measures stored in an embedded database.Main tasks are:
-Connect to the server to get last measures and show them in a LED Matrix Panel control.
-Connect to the server to get a list of measures between two dates, showing them in a chart.
-Show the status of the connection anytime.Custom controls from http://jfxtras.org are used.
Comments are really welcome.
José Pereda - http://jperedadnr.blogspot.com.es