Plotly Online-Analytik und Datenvisualisierungstool Beispiel

Dependencies:   EthernetInterface mbed-rtos mbed plotly

Fork of PlotlySensorChart by th.iotkit2.ch

Plotly ist ein Online-Analytik und Datenvisualisierungstool. Plotly bietet Werkzeuge für Online-Grafiken, Analysen und Statistiken sowie wissenschaftliche Grafik-Bibliotheken für Python , R , MATLAB , Perl , Julia , Arduino und REST.

Weitere Informationen zum Anpassen des Charts etc. siehe Arduino Tutorial (scrollen nach Usage and Docs)

plot.ly verwendet Username, API Key zusammen mit Tokens zur Eindeutigen Authentifizierung.

Das Chart ist nach laden des Programmes auf folgender Adresse abrufbar: https://plot.ly/~mc-b/11

Files at this revision

API Documentation at this revision

Comitter:
stefan1691
Date:
Fri Mar 27 09:57:36 2015 +0000
Parent:
3:f88ff0acc0b1
Commit message:
URL

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 27 09:57:07 2015 +0000
+++ b/main.cpp	Fri Mar 27 09:57:36 2015 +0000
@@ -1,4 +1,6 @@
-/** Plotly Cloud Dienst mit Sensorwerten */
+/** Plotly Cloud Dienst mit Sensorwerten 
+    https://plot.ly/~mc-b/11
+*/
 #include "mbed.h"
 #include "EthernetInterface.h"
 #include "plotly.h"