W3C Web and Automotive Workshop Tizen IVI Vehicle Data
Mikko Ylinen
Intel Open Source Technology Center
Nov 14th 2012
W3C Web and Automotive Workshop Tizen IVI Vehicle Data Mikko Ylinen - - PowerPoint PPT Presentation
W3C Web and Automotive Workshop Tizen IVI Vehicle Data Mikko Ylinen Intel Open Source Technology Center Nov 14th 2012 Agenda Position Paper Highlights The API Demo Setup and Architecture 2 Position Paper Highlights (1/2)
Nov 14th 2012
2
3
4
5
6
function engineSpeedEvent(data) { var newRPMs = data.value; } function onLoad() { vehicle.subscribe(["speedometer", "engine_speed"]); document.addEventListener("speedometer", function(data) { var newSpeed = data.value; }); document.addEventListener("engine_speed", engineSpeedEvent); }
7
function setDriverHeight() { vehicle.set("driver_seat_position_headrest", 10, function() { console.log("Driver headrest set successfully!"); }, function(error) { console.log("Error setting Driver headrest value: " + error.message); } ); }
8
9
10
11
AMB Core
GhostCluster app
websocket sink + API wheel source
Input layer
Automotive Message Broker Web Applications Middleware Kernel
websocket connection
Joystick wheel
12
AMB Core
A Web app
WRT sink Car BUS source
Car bus driver
Automotive Message Broker Web Applications Middleware Kernel Car bus
WebKit+ JS Core Vehicle API Plugin
Tizen Web Runtime
13
14