Adding HTML5 UI with cpu stat binding
authorRomain Forlot <romain.forlot@iot.bzh>
Sat, 29 Apr 2017 16:17:08 +0000 (18:17 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 2 May 2017 14:17:08 +0000 (16:17 +0200)
commit7e6d6d0a37e37804e3a751e2bfde11a9c1e85b0b
treedcc513f232f608021a55fd317ccd3b1f623ccb70
parent10e7cf8b0d84be658069f60e5dd4831ec202cd70
Adding HTML5 UI with cpu stat binding

Change-Id: Id63b7d338140097a5f2f0943f1b63ee978141829
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
27 files changed:
CAN-binder/low-can-demo/.gitignore [new file with mode: 0644]
CAN-binder/low-can-demo/LICENSE [new file with mode: 0644]
CAN-binder/low-can-demo/README.md [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/car-top-view.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/cluster.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/favicon.ico [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/gas-pump-black.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/gas-pump-green.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/gas-pump-red.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/images/logo_iot_bzh_lightgrey_325x90_50dpi.png [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/index.html [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/js/AFB.js [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/js/low-can-demo.js [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/styles/bootstrap.scss [new file with mode: 0644]
CAN-binder/low-can-demo/app/Frontend/styles/low-can-demo.scss [new file with mode: 0644]
CAN-binder/low-can-demo/app/etc/AppDefaults.js [new file with mode: 0644]
CAN-binder/low-can-demo/app/etc/_Config.js [new file with mode: 0644]
CAN-binder/low-can-demo/app/etc/_Trace.js [new file with mode: 0644]
CAN-binder/low-can-demo/binding/CMakeLists.txt [new file with mode: 0644]
CAN-binder/low-can-demo/binding/export.map [new file with mode: 0644]
CAN-binder/low-can-demo/binding/stat-binding.c [new file with mode: 0644]
CAN-binder/low-can-demo/bower.json [new file with mode: 0644]
CAN-binder/low-can-demo/config.xml.in [new file with mode: 0644]
CAN-binder/low-can-demo/credits.md [new file with mode: 0644]
CAN-binder/low-can-demo/gulpfile.js [new file with mode: 0644]
CAN-binder/low-can-demo/icon_hybrid_html5_128.png [new file with mode: 0644]
CAN-binder/low-can-demo/package.json [new file with mode: 0644]