COMMUNICATION PROTOCOLS FOR ETHERNET IN THE VEHICLE AUTOMOTIVE BUS SYSTEMS AND ETHERNET DECEMBER 2013, STUTTGART MARRIOTT HOTEL SINDELFINGEN

Size: px
Start display at page:

Download "COMMUNICATION PROTOCOLS FOR ETHERNET IN THE VEHICLE AUTOMOTIVE BUS SYSTEMS AND ETHERNET DECEMBER 2013, STUTTGART MARRIOTT HOTEL SINDELFINGEN"

Transcription

1 Dr. Lars Völker, BMW Group. OMMUNIATION PROTOOL FOR ETHERNET IN THE VEHILE AUTOMOTIVE BU YTEM AND ETHERNET DEEMBER 2013, TUTTGART MARRIOTT HOTEL INDELFINGEN

2 AGENDA Use cases and requirements Example protocol stack hallenges on the basis of OME/IP (scalable ervice-oriented MiddlewarE over IP) ummary Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 2

3 UE AE AND REQUIREMENT Question: What do you want to do with Ethernet in the vehicle? Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 3

4 UE AE AND REQUIREMENT ELETED UE AE FOR ETHERNET IN VEHILE Infotainment systems e.g. RE connection or AV transport Drivers Assistance e.g. surround view Ethernet Domain Backbone Diagnostics and Flash Update OPEN Alliance onfidential! All rights reserved! Dr. IQP, Lars BMW, Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, eite Page 4

5 UE AE AND REQUIREMENT REQUIREMENT FOR AUTOMOTIVE MIDDLEWARE upport AN like communication upport MOT like control communication hall efficiently support switched medium like Ethernet (not a bus!) upport unicast communication Limit multicast/broadcast to acceptable level Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 5

6 UE AE AND REQUIREMENT WHAT HAVE WE DONE? With Ethernet, we tried to reuse as many protocols as possible: Ethernet is a well proven technology TP/IP stack is proven solution, why develop a new one? Parts of AVB fit out of the box, others need some adaption However: Finding a suitable middleware solution to transport control data was not that easy! o OME/IP was created! Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 6

7 EXAMPLE PROTOOL TAK Audio/Video Transport Time ync Automotive Network Management Diagnostics and Flash Update ontrol ommunication ervice Discovery Address onfiguration Address Resolution, ignaling, etc. Layer 5-7 Layer 4 IEEE 1722 AVB IEEE 802.1A AVB UDP-NM UDP DoIP OME/IP TP and/or UDP OME/IP-D UDP DHP IMP ARP Layer 3 Layer 2 Layer 1 IEEE Ethernet MA + VLAN (802.1Q) Automotive Ethernet Physical Layer (e.g. OABR) IP IT tandard Automotive Most parts are reused but on Layer 1 and Layer 7 specific protocols are needed. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 7

8 OME/IP ONEPT MIDDLEWARE lient erver Visible: Interface App. App. OME/IP Middleware Visible: Packets TP/IP tack Automotive Ethernet Network TP/IP tack OME/IP allows applications to communicate. Packet formats are automatically determined by the specification of the ervice. erver offers a ervice Instance that implements the ervice Interface. lient uses the ervice Instance using OME/IP. OME/IP allows applications to communicate over Ethernet and TP/IP. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 8

9 OME/IP ONEPT ERVIE ervices Request/Response Fire & Forget A ervice is defined by its ervice Interface. This is comparable to a MOT Functional Block (FBlock) and may include: Methods: With response (Request/Response). Events Field Without response (Fire&Forget). Events: Message from erver to lient when something happens. Fields: Getter/etter/Notifier of a property/status. Eventgroups: A logical group of Events and Fields used for publish/subscribe handling. lient AUTOAR lient/erver. A ervice is an interface that contains Methods, Fields, and Events. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 9

10 OME/IP ONEPT REQUET WITH REPONE METHOD Request/Response ervices: Request/Response Methods Request a message from client to server calling a method. Response a message from server to client transporting the results of the method invocation. Request/Response a method call with Request and Response messages. Request/Response methods allow calls with answers. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 10

11 OME/IP ONEPT FIRE&FORGET METHOD Fire&Forget ervices: Fire&Forget Methods Request a message from client to server calling a method. Fire&Forget a method invocation with just a Request message. Message Type REQUET_NO_RETURN. Does not support answers and errors. Fire&Forget methods do not have answer messages. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 11

12 OME/IP ONEPT EVENT ervices: Events Event a Fire&Forget callback, that is sent out by the erver (e.g. cyclically or on change). ent from erver to lient. Events imilar to regular AN messages. Events are simple messages from erver to lient. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 12

13 OME/IP ONEPT FIELD Field ervices: Fields Field represents a remote accessible property that includes Getter/etter and/or Notification. Getter Method to read field value. etter Method to set field value. Notification (sends out Events with new values on change of field value). imilar to a property on MOT. Fields are properties that may include a Getter, a etter, and a Notification. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 13

14 OME/IP ONEPT FIELD (2) Type Name of Field. GETTER/ETTER/NOTIFIER UINT16 vehiclepeed Event vehiclepeed(uint16 vehiclepeed) Method setvehiclepeed(uint16 vehiclepeed) returns UINT16 Method getvehiclepeed() returns UINT16 Field consists of: 0..1 Getter Request/Response 0..1 etter Request/Response 0..1 Notifier Events Field consists of Getter, etter, and Notifier. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 14

15 OME/IP ONEPT EVENT V. FIELD Event Field tatus / Property ends out Event message Event ends out Event message Event tatus Buffer getter setter getter setter Event is only when something happens. Events do not have initial values. The lifetime of an Event is not defined. tatus based elements shall be modeled as Field. Event messages of Event and Field are identical. Difference: Initial Events only exist for Fields. Use Events for time limited observations, Fields for status like data. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 15

16 OME/IP ONEPT ERVIE DIOVERY ervice Discovery Request/Response Fire & Forget ervice Discovery is used to explicitly signal: tatus of ervice Instances (available or not) as well as how to reach the service Publish/ubscribe Which Events/Fields does a client need? Events ervice tatus Field This state is transported using cyclic messages carrying entries: ervice: Find, Offer, and topoffer Eventgroup: ubscribe, topubscribe, ubscribeack, and ubscribenack ervice Discovery ervice Discovery transports status explicitly ervice Discovery handles ervice tate as well as Publish/ubscribe. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 16

17 HALLENGE EXAMPLE OME/IP Architecture for different systems (e.g. AUTOAR and GENIVI) AUTOAR is based on AN and FlexRay messages, Ethernet is more dynamic Ethernet is common to Linux (e.g. GENIVI) What s a good compromise for a protocol? Agile process (specification and implementation in parallel) More innovation in less time AUTOAR process stressed Testing a complex protocol stack Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 17

18 HALLENGE AUTOAR AND GENIVI RTE Linux, QNX, OM OME/IP D ocket Adaptor OME/IP AN FR UDP / TP IP V. UDP IP TP AVB AN Ethernet Ethernet ocket Adaptor, OM and RTE for OME/IP. D has own module. OME/IP and OME/IP-D are implemented using library. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 18

19 HALLENGE AUTOAR ROADMAP Resource optimization OME/IP erializer (?) Enhanced erializer Interface Feedback More efficient data path 2 nd gen (AUTOAR 4.1) OME/IP erializer Tech Report erializer upport in RTE / ervice Discovery W (OME/IP-D) Restructuring (oad TP, ) 1 st gen (AUTOAR 4.0) OME/IP specification by BMW Initial Ethernet upport in AUTOAR: ocket Adaptor, UDP-NM, If, 11/ / Fast pace roadmap reflected in AUTOAR standardization. Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 19

20 HALLENGE TETING OME/IP AND OME/IP-D Protocol stack testing often requires support for the testing The test application is called Enhanced Testability ervice (ET) Different methods, events, and fields are included tandardization of ET is in discussion Enhanced Testability ervice Layer 5-7 Layer 4 IEEE 1722 IEEE 802.1A UDP-NM UDP DoIP OME/IP TP and/or UDP OME/IP-D UDP DHP IMP ARP Tester Layer 3 Layer 2 AVB AVB IP IEEE Ethernet MA + VLAN (802.1Q) Layer 1 Automotive Ethernet Physical Layer (e.g. OABR) Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 20

21 UMMARY Automotive Protocol tack OME/IP hallenges Use cases different to IT world Reuse as much as possible Only Automotive Middleware upport different architectures Vehicle is not plugand-play Add automotive protocols upports GENIVI and AUTOAR Agile process vs standardization Automotive solutions needed Optimize for limited resources ervice Discovery signals explicitly Testing complex protocols Ethernet-based in-vehicle communication comes with solvable challenges! Dr. Lars Völker, BMW Group, ommunication Protocols for Ethernet in the vehicle, Page 21

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. Automotive Ethernet The Road Ahead

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. Automotive Ethernet The Road Ahead European Conference on Nanoelectronics and Embedded Systems for Electric Mobility emobility emotion 25-26 th September 2013, Toulouse, France Automotive Ethernet The Road Ahead Peter Hank, System Architect

More information

The CANoe.Ethernet Solution

The CANoe.Ethernet Solution Use in Praxis V1.0 2016-11-23 Agenda 1. Ethernet the Newcomer in Automotive 2. Why an Automotive Ethernet Option for CANoe? 3. Brief Look to CANoe 4. First Hand Usecase from Field 2/20 Network Topology

More information

High Speed Networks per applicazioni mobili, protocolli e funzionalità

High Speed Networks per applicazioni mobili, protocolli e funzionalità High Speed Networks per applicazioni mobili, protocolli e funzionalità Giorgio Malaguti, Ph.D. E.S.T.E. Technology Automotive Trends 2 Changes in automotive connectivity 3 The connected vehicle of 2020

More information

Introduction to Ethernet and IP in automotive vehicles

Introduction to Ethernet and IP in automotive vehicles Introduction to Ethernet and IP in automotive vehicles Webinar V1.02 2014-05-14 Agenda > Information 3 Introduction 6 Physical layers 8 IEEE Ethernet MAC + VLAN 14 Internet Protocol (IPv4/IPv6) 18 TCP

More information

Standardization for efficient testing of Automotive Ethernet ECUs

Standardization for efficient testing of Automotive Ethernet ECUs Standardization for efficient testing of Automotive Ethernet ECUs Roman Pallierer (EB), Bogdan Tenea (Ixia), Fabian Nikolaus (C&S) October 28th, 2015 at Overview Motivation Need for testing Benefits of

More information

CANoe.Ethernet. Product Information

CANoe.Ethernet. Product Information Product Information Table of Contents 1 Introduction... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 4 1.3 Further Information... 4 2 Functions... 4 3 Hardware... 5 4 Trainings... 5 5 Note...

More information

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE Vector GB Ltd Annual Conference 2017 Wednesday, September 27th, 2017 Syreeta Bath - Technical Specialist Vehicle

More information

The Adaptive Platform for Future Use Cases

The Adaptive Platform for Future Use Cases The Adaptive Platform for Future Use Cases Vector Congress 2016 - Stuttgart, 2016-11-30 V0.1 2016-09-21 Agenda Introduction Adaptive AUTOSAR Architecture Use Cases and Requirements Adaptive AUTOSAR at

More information

Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR

Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR Anders Kallerdahl Product Manager AUTOSAR tools mentor.com/automotive Android is a trademark of Google Inc. Use of this trademark

More information

Adaptive AUTOSAR. Ready for Next Generation ECUs V

Adaptive AUTOSAR. Ready for Next Generation ECUs V Adaptive AUTOSAR Ready for Next Generation ECUs V0.4 2017-10-18 Introduction Being Prepared for the Next-Generation of ECUs Additional, high performance ECUs hosting applications for upcoming use cases

More information

webinar series

webinar series Ethernet@Atomotive webinar series Introdction to Atomotive Ethernet V1.08 2017-09-21 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP

More information

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks Verkkomedian perusteet Fundamentals of Media T-110.250 19.2.2002 Antti Ylä-Jääski 19.2.2002 / AYJ lide 1 Goals and topics protocols Discuss how packet-switching networks differ from circuit switching networks.

More information

Open Source in Automotive Infotainment

Open Source in Automotive Infotainment Open Source in Automotive Infotainment Taeyong Kim (ty.kim@windriver.com) Services & Solutions Wind River Systems 2015 Wind River. All Rights Reserved. Why using Open Source in IoT? Internet of Things

More information

OPEN ALLIANCE TC8. Compliance Verification for Ethernet ECUs. Stuttgart, May 3rd Georg Janker.

OPEN ALLIANCE TC8. Compliance Verification for Ethernet ECUs. Stuttgart, May 3rd Georg Janker. OPEN ALLIANCE TC8 Compliance Verification for Ethernet ECUs Stuttgart, May 3rd 2017 Georg Janker CTO Agenda 1. Motivation 2. The Compliance Verification Process 3. OPEN Alliance Automotive Ethernet ECU

More information

Size of Storage Number of Bits Decimal Range Range, From 0 to 2 n 1. Short Description Hard Disk USB Flash Drive Optical Disc

Size of Storage Number of Bits Decimal Range Range, From 0 to 2 n 1. Short Description Hard Disk USB Flash Drive Optical Disc 12 Appendix Memory Tables Answer Key hapter 1 TABLE 1-1 Kilobyte, Megabyte, Gigabyte, Terabyte Term Size (Bytes) Size (2 n Bytes) Rounded Size (Bytes) Kilobyte 1024 2 10 1000 Megabyte 1,048,576 2 20 1,000,000

More information

Performance Testing BroadR-Reach Automotive Ethernet

Performance Testing BroadR-Reach Automotive Ethernet White Paper Performance Testing BroadR-Reach Automotive Ethernet Key Elements for an Automotive-Specific Ethernet Test Regime Introduction Ethernet has long been the standard for data communication across

More information

PREEvision Technical Article

PREEvision Technical Article PREEvision Technical Article AUTOSAR-Conformant Vehicle Diagnostics over : Developing Diagnostic Communications for E/E Systems The electronically controlled systems of modern vehicles are networked with

More information

The Transformation of Media & Broadcast Video Production to a Professional Media Network

The Transformation of Media & Broadcast Video Production to a Professional Media Network The Transformation of Media & Broadcast Video Production to a Professional Media Network Subha Dhesikan, Principal Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after

More information

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Vector Congress 2017, September 6 th 7 th, Shanghai China V0.1 2017-08-04 Introduction Use Cases for Adaptive AUTOSAR Infotainment

More information

Secure Ethernet Communication for Autonomous Driving. Jared Combs June 2016

Secure Ethernet Communication for Autonomous Driving. Jared Combs June 2016 Secure Ethernet Communication for Autonomous Driving Jared Combs June 2016 Agenda Motivation for Security The Multi-Level Security Architecture Proposal Level 1: Restrict access to the network Level 2:

More information

Product Information CANalyzer.IP

Product Information CANalyzer.IP Product Information CANalyzer.IP Table of Contents 1 Introduction... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 3 1.3 Further Information... 4 2 Functions... 4 3 Hardware... 5 4 Remote

More information

Link-Layer Layer Broadcast Protocol for SpaceWire

Link-Layer Layer Broadcast Protocol for SpaceWire Link-Layer Layer Broadcast Protocol for SpaceWire SpaceWire Working Group Meeting Sandra G. Dykes Southwest Research Institute Overview Motivation & Value Protocol Features Protocol Description Performance

More information

Overview of Acceptance Tests

Overview of Acceptance Tests Overview of Acceptance Tests Document Title Overview of Acceptance Tests Document Owner Document Responsibility Document Identification No 643 Document Classification Auxiliary Document Status Final Part

More information

Partner: Biamp Model: Tesira Device Type: Digital Signal Processor

Partner: Biamp Model: Tesira Device Type: Digital Signal Processor evice Type: igital ignal Processor GENERAL INFORMATION IMPLWINOW NAME: Biamp Tesira ialer Control v1.4 CATEGORY: Mixer VERION: 1.4 UMMARY: This module controls the Biamp Tesira TI ialer and TI Control

More information

Software Architecture. Definition of Software Architecture. The importance of software architecture. Contents of a good architectural model

Software Architecture. Definition of Software Architecture. The importance of software architecture. Contents of a good architectural model Software Architecture Definition of Software Architecture Software architecture is process of designing g the global organization of a software system, including: Dividing software into subsystems. Deciding

More information

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Mentor Automotive Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Presented to AESIN Conference 2016 By Martin Wennberg October 2016 Abstract With the new automotive trends such

More information

AUTOSAR proofs to be THE automotive software platform for intelligent mobility

AUTOSAR proofs to be THE automotive software platform for intelligent mobility AUTOSAR proofs to be THE automotive software platform for intelligent mobility Dr.-Ing. Thomas Scharnhorst AUTOSAR Spokesperson Simon Fürst, BMW AG Stefan Rathgeber, Continental Corporation Lorenz Slansky,

More information

Linux and AUTOSAR Vector Informatik Congress, Stuttgart,

Linux and AUTOSAR Vector Informatik Congress, Stuttgart, Linux and AUTOSAR Vector Informatik Congress, Stuttgart, 12.2010 Brief Introduction to OpenSynergy OpenSynergy is a software company bringing innovative technologies into embedded automotive applications.

More information

An Overview of OPNET Network Simulation Package and Comparison with BONeS C C S R. October University Of Surrey.

An Overview of OPNET Network Simulation Package and Comparison with BONeS C C S R. October University Of Surrey. An Overview of OPNET Network imulation Package and omparison with BONe October 1996 Mobile ommunications esearch Group Agenda Part I OPNET Part II BONe Part III omparison between OPNET & BONe Mobile ommunications

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 17215-1 First edition 2014-04-15 Road vehicles Video communication interface for cameras (VCIC) Part 1: General information and use case definition Véhicules routiers Interface

More information

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II In the second part of this paper on Ethernet as an emerging trend in vehicle network technology, we look at the challenges and the progress

More information

ETSF05/ETSF10 Internet Protocols Network Layer Protocols

ETSF05/ETSF10 Internet Protocols Network Layer Protocols ETSF05/ETSF10 Internet Protocols Network Layer Protocols 2016 Jens Andersson Agenda Internetworking IPv4/IPv6 Framentation/Reassembly ICMPv4/ICMPv6 IPv4 to IPv6 transition VPN/Ipsec NAT (Network Address

More information

An Approach for Implementing NVMeOF based Solutions

An Approach for Implementing NVMeOF based Solutions An Approach for Implementing OF based olutions anjeev Kumar oftware Product Engineering, HiTech, Tata Consultancy ervices 25 May 2018 1 DC India 2018 Copyright 2018 Tata Consultancy ervices Limited Agenda

More information

In the Driver s Seat

In the Driver s Seat In the Driver s Seat Use Cases of Qt in Automotive Dr Tuukka Ahoniemi Product Manager tuukka.ahoniemi@theqtcompany.com Contents Requirements for Automotive Systems Transition of Automotive Software Power

More information

Flash Bootloader. Product Information

Flash Bootloader. Product Information Product Information Table of Contents 1 Flash Memory Programming... 3 2 Flash Bootloader - ECU programming via CAN, LIN, FlexRay, MOST and Ethernet... 3 2.1 Overview of Advantages... 3 2.2 Application

More information

Scalable and Flexible Software Platforms for High-Performance ECUs. Christoph Dietachmayr Sr. Engineering Manager, Elektrobit November 8, 2018

Scalable and Flexible Software Platforms for High-Performance ECUs. Christoph Dietachmayr Sr. Engineering Manager, Elektrobit November 8, 2018 Scalable and Flexible Software Platforms for High-Performance ECUs Christoph Dietachmayr Sr. Engineering Manager, November 8, Agenda A New E/E Architectures and High-Performance ECUs B Non-Functional Aspects:

More information

CANoe.MOST. - more efficiency in developing and testing MOST systems -

CANoe.MOST. - more efficiency in developing and testing MOST systems - CANoe.MOST - more efficiency in developing and testing MOST systems - V1.05 2008-10-23 Agenda > Vector Simulation Analysis Test Conclusion Slide: 2 Vector 1988 Vector Informatik established 1998 Vector

More information

CAN FD - Flexible Tools for Flexible Data Rates

CAN FD - Flexible Tools for Flexible Data Rates CAN FD - Flexible Tools for Flexible Data Rates Peter Decker Vector Informatik GmbH V 0.01 2012-06-20 Simulation & Test Environment for Automotive Networks Database Test Spec. ECU Simulation & Test Tool

More information

Sicherheitsaspekte für Flashing Over The Air in Fahrzeugen. Axel Freiwald 1/2017

Sicherheitsaspekte für Flashing Over The Air in Fahrzeugen. Axel Freiwald 1/2017 Sicherheitsaspekte für Flashing Over The Air in Fahrzeugen Axel Freiwald 1/2017 All OEMs Will Implement Software OTA As Soon As Possible IHS Study Motivation: Save on recalls caused by software bugs Evolution

More information

Exploring AV over IP & Software Defined Video over Ethernet (SDVoE) Gareth M. Heywood SMPTE Sacramento January 16, 2018

Exploring AV over IP & Software Defined Video over Ethernet (SDVoE) Gareth M. Heywood SMPTE Sacramento January 16, 2018 Exploring AV over IP & Software Defined Video over Ethernet (SDVoE) Gareth M. Heywood SMPTE Sacramento January 16, 2018 Pro AV and IT Convergence Control moved to Ethernet two decades ago Audio has moved

More information

Outline INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY. What is SOME/IP and SOME/IP SD

Outline INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY. What is SOME/IP and SOME/IP SD INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY Jan R. SEYLER, Daimler A.G, Mercedes Cars Nicolas NAVET, University of Luxembourg Loïc FEJOZ, RealTime-at-Work (RTaW) Outline

More information

Ethernet TSN as Enabling Technology for ADAS and Automated Driving Systems

Ethernet TSN as Enabling Technology for ADAS and Automated Driving Systems IEEE-2016 January 17-22, Atlanta, Georgia Ethernet TSN as Enabling Technology for ADAS and Automated Driving Systems Michael Potts General Motors Company co-authored by Soheil Samii General Motors Company

More information

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment.

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment. 1722.1 Automotive Use Cases. 802.1 AVB in a vehicular environment. Current Car Bus Technologies. 1. Current Car Bus/Link Technologies 2. Future Ethernet Use Cases 3. Key Requirements and Assumptions 4.

More information

Diagnostic Trends 2017 An Overview

Diagnostic Trends 2017 An Overview Diagnostic Trends 2017 An Overview Vector India Conference, 2017-07-18+19 V1.0 2017-07-14 Agenda 1. DoIP 2. Remote Diagnostics 3. Cyber Security 4. Summary 2/29 DoIP Why DoIP? Why another diagnostic network?

More information

Insights into the performance and configuration of TCP in Automotive Ethernet Networks

Insights into the performance and configuration of TCP in Automotive Ethernet Networks Insights into the performance and configuration of TCP in Automotive Ethernet Networks Jörn MIGGE, RealTime-at-Work (RTaW) Nicolas NAVET, University of Luxembourg 2018 IEEE Standards Association (IEEE-SA)

More information

Mapping SMPTE 259 into ATM structure

Mapping SMPTE 259 into ATM structure ideo ervices Forum 2001 Mapping MPT 259 into TM structure ustin, TX, May 15th, 2001 Johann afar Introduction ideo and digital representation of video MPT 259 bit space MPT 259 layers MPT 259 user payload

More information

OFF-ROAD VEHICLE DIAGNOSTICS WITH AUTOSAR. Jigar Patel Namdeo Dhawle July 18, 2018

OFF-ROAD VEHICLE DIAGNOSTICS WITH AUTOSAR. Jigar Patel Namdeo Dhawle July 18, 2018 OFF-ROAD VEHICLE DIAGNOSTICS WITH AUTOSAR Jigar Patel Namdeo Dhawle July 18, 2018 AGENDA Motivation of UDS diagnostics in Agriculture and Construction Vehicles UDS vs J1939 Challenges and Proposed solutions

More information

Remote Access, VPNs and Terminal Services

Remote Access, VPNs and Terminal Services U 7 emote Access, s and erminal ervices onna arren 5-1 opics for this Unit emote Administration MMs elegation of authority A (outing and emote Access) (irtual rivate etwork) erminal erver H relay agent

More information

Dynamic Network Analyser

Dynamic Network Analyser INTANCE PRODUCT DATA HEET Dynamic Network Analyser Dynamic Network Analyser For an independent EN54-13 Life safety Communication Network layer Overview The, Dynamic Network Analyser for Ring Topology Networks,

More information

AUTOSAR I ntegration for the MOST Network

AUTOSAR I ntegration for the MOST Network MOST Forum, 21st of April 2015 1 Public ETAS/ESC 2015-04-21 ETAS GmbH 2015. All rights reserved, also regarding any disposal, exploitation, reproduction, Overview Concept study ordered by MOST Cooperation

More information

Partner: Biamp Model: Tesira Device Type: Digital Signal Processor

Partner: Biamp Model: Tesira Device Type: Digital Signal Processor GENERAL INFORMATION IMPLWINOW NAME: Biamp Tesira VoIP Control v1.5 CATEGORY: Mixer VERION: 1.5 UMMARY: This module controls the Biamp Tesira VoIP ialer and VoIP Control tatus objects in the Biamp Tesira

More information

Bentley Exor Certification Matrix - Feb 2013

Bentley Exor Certification Matrix - Feb 2013 This certification matrix is intended to describe what versions of Bentley's Exor software are supported with different operating systems and versions of third party components. Last Updated : 25 April

More information

Mentor Automotive Save Energy with Embedded Software! Andrew Patterson Presented to CENEX 14 th September 2016

Mentor Automotive Save Energy with Embedded Software! Andrew Patterson Presented to CENEX 14 th September 2016 Mentor Automotive Save Energy with Embedded Software! Andrew Patterson Presented to CENEX 14 th September 2016 andrew_patterson@mentor.com Embedded Software & Electric Vehicles Combustion Engine Electric

More information

RazorMotion - The next level of development and evaluation is here. Highly automated driving platform for development and evaluation

RazorMotion - The next level of development and evaluation is here. Highly automated driving platform for development and evaluation RazorMotion - The next level of development and evaluation is here Highly automated driving platform for development and evaluation RazorMotion Highly automated driving platform for development and evaluation

More information

Hezi Saar, Sr. Staff Product Marketing Manager Synopsys. Powering Imaging Applications with MIPI CSI-2

Hezi Saar, Sr. Staff Product Marketing Manager Synopsys. Powering Imaging Applications with MIPI CSI-2 Hezi Saar, Sr. Staff Product Marketing Manager Powering Imaging Applications with MIPI CSI-2 Agenda Implementation of MIPI interfaces in mobile applications and beyond Advantages of implementing MIPI camera

More information

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC W I N D R I V E R H E L I X C H A S S I S SIMPLIFYING THE WIND RIVER HELIX CHASSIS Helix Chassis brings together software, technologies, tools, and services to help automotive manufacturers unify, simplify,

More information

Digifort Standard. Architecture

Digifort Standard. Architecture Digifort Standard Intermediate olution for intalling up to 32 camera The Standard verion provide the ideal reource for local and remote monitoring of up to 32 camera per erver and a the intermediate verion

More information

Infotainment Solutions. with Open Source and i.mx6. mentor.com/embedded. Andrew Patterson Business Development Director Embedded Automotive

Infotainment Solutions. with Open Source and i.mx6. mentor.com/embedded. Andrew Patterson Business Development Director Embedded Automotive Infotainment Solutions with Open Source and i.mx6 Andrew Patterson Business Development Director Embedded Automotive mentor.com/embedded Android is a trademark of Google Inc. Use of this trademark is subject

More information

Underlying Technologies -Continued-

Underlying Technologies -Continued- S465 omputer Networks Spring 2004 hapter 3 (Part B) Underlying Technologies -ontinued- Dr. J. Harrison These slides were produced from material by Behrouz Forouzan for the text TP/IP Protocol Suite (2

More information

webinar series

webinar series Ethernet@Atomotive webinar series Moving Forward: Tool Spported Development for Atomotive Ethernet in Time Sensitive Networks V1.06 2016-07-04 Agenda Introdction 3 Recap: Physical layers, network topology

More information

3U CompactPCI Intel SBCs F14, F15, F17, F18, F19P

3U CompactPCI Intel SBCs F14, F15, F17, F18, F19P 3U CompactPCI Intel SBCs F14, F15, F17, F18, F19P High computing and graphics performance with forward compatibility for a wide range of industrial applications. 1 Content Processor roadmap Technical data

More information

The CAN networking subsystem of the Linux kernel

The CAN networking subsystem of the Linux kernel The CAN networking subsystem of the Linux kernel Dr. Oliver Hartkopp, Volkswagen AG Since Linux 2.6.25 (issued 2008-04-17) the Linux mainline kernel supports the network protocol family PF_CAN providing

More information

Chapter 2 Architectures. Software Architectures

Chapter 2 Architectures. Software Architectures Chapter 2 Architectures Software architectures of distributed systems System architectures of distributed systems 1 Software Architectures Software architecture describes how the software components are

More information

AVB in Automotive Infotainment Networks

AVB in Automotive Infotainment Networks AVB in Automotive Infotainment Networks Günter Dannhäuser, Daimler AG Andrew Lucas, XMOS Ltd. 2014 IEEE-SA ETHERNET & IP @ AUTOMOTIVE TECHNOLOGY DAY COBO Center, Detroit, Michigan, USA 23 24 October 2014

More information

M25PXX 512 Kbit to 32 Mbit, Low Voltage, Serial Flash Memory With 40 MHz or 50 MHz SPI Bus Interface

M25PXX 512 Kbit to 32 Mbit, Low Voltage, Serial Flash Memory With 40 MHz or 50 MHz SPI Bus Interface 512 Kbit to 32 Mbit, Low Voltage, erial Flash Memory ith 40 MHz or 50 MHz PI Bus Interface ATA BRIEF FEATURE UMMARY 512Kbit to 32Mbit of Flash Memory Page Program (up to 256 Bytes) in 1.4ms (typical) ector

More information

M C I T P UNIT 9 W I N D O W S. Virtualization S E R V E R. DPW Donna Warren DPW

M C I T P UNIT 9 W I N D O W S. Virtualization S E R V E R. DPW Donna Warren DPW U 9 irtualization onna arren 5-1 opics for this Unit erver virtualization Advantages and disadvantages of virtual servers Features and requirements of Microsoft Hyper- nstall Hyper- Guest operating systems

More information

Managing Array of SSDs When the Storage Device is No Longer the Performance Bottleneck

Managing Array of SSDs When the Storage Device is No Longer the Performance Bottleneck Managing Array of Ds When the torage Device is No Longer the Performance Bottleneck Byung. Kim, Jaeho Kim, am H. Noh UNIT (Ulsan National Institute of cience & Technology) Outline Motivation & Observation

More information

Connecting to the Network

Connecting to the Network Connecting to the Network Networking for Home and Small Businesses Chapter 3 1 Objectives Explain the concept of networking and the benefits of networks. Explain the concept of communication protocols.

More information

Annex <TBD> Informative Communicating Systems Example

Annex <TBD> Informative Communicating Systems Example IO/I 11073-00000, Health informatics - Point-of-care medical device communication - Framework and Overview nnex Informative ommunicating ystems xample.1 General.1.1 Disclaimers The example presented

More information

AUTOSAR stands for AUTomotive Open Systems ARchitecture. Partnership of automotive Car Manufacturers and their Suppliers

AUTOSAR stands for AUTomotive Open Systems ARchitecture. Partnership of automotive Car Manufacturers and their Suppliers Introduction stands for AUTomotive Open Systems ARchitecture Electronic Control Unit Partnership of automotive Car Manufacturers and their Suppliers Source for ECU: Robert Bosch GmbH 2 Introduction Members

More information

Assignment - 1 Chap. 1 Wired LAN s

Assignment - 1 Chap. 1 Wired LAN s Assignment - 1 Chap. 1 Wired LAN s 1. (1 Mark) 1. Draw the frame format of Ethernet. 2. What is unicast, multicast and broadcast address? 3. State the purpose of CRC field. 2. (5 Marks) 1. Explain how

More information

SIAC Securities Industry Automation Corporation

SIAC Securities Industry Automation Corporation IAC ecurities Industry Automation Corporation Autolink Facility Guide Date: August 3, 207 Version:.8 CT/CQ/OPRA Automated Retransmissions TABLE OF CONTENT REVIION HITORY...3 ECTION : INTRODUCTION.... AUTOMATED

More information

Dynamic Network Analyser

Dynamic Network Analyser INTANCE PRODUCT DATA HEET Dynamic Network Analyser Dynamic Network Analyser For an independent EN54-13 Life safety Communication Network layer Overview The, Dynamic Network Analyser for ring topology networks,

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964 The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

Model-Driven Optimizations of Component Systems

Model-Driven Optimizations of Component Systems Model-Driven Optimizations of omponent Systems OMG Real-time Workshop July 12, 2006 Krishnakumar Balasubramanian Dr. Douglas. Schmidt {kitty,schmidt}@dre.vanderbilt.edu Institute for Software Integrated

More information

Concept and Implementation of AUTOSAR compliant Automotive Ethernet stack on Infineon Aurix Tricore board

Concept and Implementation of AUTOSAR compliant Automotive Ethernet stack on Infineon Aurix Tricore board Concept and Implementation of AUTOSAR compliant Automotive Ethernet stack on Infineon Aurix Tricore board Completed at Bertrandt Ingenieurbüro GmbH, Ingolstadt Master Thesis Author: Sreenath Krishnadas

More information

Lecture 3. The Network Layer (cont d) Network Layer 1-1

Lecture 3. The Network Layer (cont d) Network Layer 1-1 Lecture 3 The Network Layer (cont d) Network Layer 1-1 Agenda The Network Layer (cont d) What is inside a router? Internet Protocol (IP) IPv4 fragmentation and addressing IP Address Classes and Subnets

More information

SW-Update. Thomas Fleischmann June 5 th 2015

SW-Update. Thomas Fleischmann June 5 th 2015 Thomas Fleischmann June 5 th 2015 2 3 Agenda The big picture SW-Update today Diagnostics vs SW-Update Our solution for SW-Update The real challenges beyond getting a file into the car Elektrobit (EB),

More information

Adaptive AUTOSAR: Infrastructure Software for Advanced Driver Assistance. Chris Thibeault June 7, 2016

Adaptive AUTOSAR: Infrastructure Software for Advanced Driver Assistance. Chris Thibeault June 7, 2016 Adaptive : Infrastructure Software for Advanced Driver Assistance Chris Thibeault June 7, 2016 Agenda for Adaptive Platform Introduction Goals for the presentation What is the Adaptive Platform? Why do

More information

TN FIREWALL CONSIDERATIONS FOR CAMELOT IP CAMERAS

TN FIREWALL CONSIDERATIONS FOR CAMELOT IP CAMERAS TN0020 - FIREWALL CONSIDERATIONS FOR CAMELOT IP CAMERAS 1 CAMELOT IP CAMERAS IN THE LAN Discovering a Camelot IP camera in the LAN and maintaining a session with it makes use of two UDP ports in the PC

More information

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Vector GB Ltd Annual Conference 2017, September 27 th 28 th V0.1 2017-09-26 Introduction Use Cases for Adaptive AUTOSAR Infotainment

More information

Virtualizaton: One Size Does Not Fit All. Nedeljko Miljevic Product Manager, Automotive Solutions MontaVista Software

Virtualizaton: One Size Does Not Fit All. Nedeljko Miljevic Product Manager, Automotive Solutions MontaVista Software Virtualizaton: One Size Does Not Fit All Nedeljko Miljevic Product Manager, Automotive Solutions MontaVista Software Agenda Linux and Automotive Challenges Solution: Virtualization Linux Containers Best

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United State US 2011 0316690A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0316690 A1 Siegman (43) Pub. Date: Dec. 29, 2011 (54) SYSTEMAND METHOD FOR IDENTIFYING ELECTRICAL EQUIPMENT

More information

Emerging Markets for Ethernet Technology. JC Lin, Ph.D. VP, Ethernet Products Micrel, Inc. Oct. 16, 2009

Emerging Markets for Ethernet Technology. JC Lin, Ph.D. VP, Ethernet Products Micrel, Inc. Oct. 16, 2009 Emerging Markets for Ethernet Technology JC Lin, Ph.D. VP, Ethernet Products Micrel, Inc. Oct. 16, 2009 Ethernet History Invented by Robert Metcalf at Xerox in 1973 and patented in 1976 Ethernet PHY Bus

More information

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017 Resource-constrained Industrial Things Proposal for the Adaptation of CoAP to EtherNet/IP Jonas Green, Björn Otterdahl HMS Industrial Networks AB February 22, 2017 Connect all devices in a factory to EtherNet/IP

More information

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R PUCPR Internet Protocol Address Resolution and Routing Edgard Jamhour 2014 E N G L I S H S E M E S T E R 1. Address Resolution The IP address does not identify, indeed, a computer, but a network interface.

More information

CANWiFi-200T User Manual

CANWiFi-200T User Manual User Manual High Performance 2-channel WiFi-to-AN onverter V1.02 User Manual Item Keywords Abstract ontent AN-bus, WiFi, Ethernet, 2-channel, High performance ANWiFi-200T is a high-performance 2-channel

More information

THE DATACENTER AS A COMPUTER AND COURSE REVIEW

THE DATACENTER AS A COMPUTER AND COURSE REVIEW THE DATACENTER A A COMPUTER AND COURE REVIEW George Porter June 8, 2018 ATTRIBUTION These slides are released under an Attribution-NonCommercial-hareAlike 3.0 Unported (CC BY-NC-A 3.0) Creative Commons

More information

AX200. Installation Guide

AX200. Installation Guide Axxess Identification Ltd 27-28 Shrivenham Hundred Business Park, Watchfield, Swindon, Wiltshire SN6 8TZ United Kingdom Tel: +44 (0)1793 784002 Fax: +44 (0)1793 784005 Email: info@axxessid.com May 2008

More information

Videon Product Manual. Shavano Encoder

Videon Product Manual. Shavano Encoder Videon Product Manual Shavano Encoder Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

USB Technology Update

USB Technology Update USB Technology Update IDF Shenzhen 2014 Jeff Ravencraft, USB-IF President and COO Rahman Ismael, USB-IF USB-IF Compliance Committee chair Agenda Delivering a Single Cable Solution SuperSpeed USB USB Power

More information

INTRODUCTORY Q&A AMX SVSI NETWORKED AV

INTRODUCTORY Q&A AMX SVSI NETWORKED AV INTRODUCTORY Q&A AMX SVSI NETWORKED AV WE KNOW YOU HAVE QUESTIONS As an IT professional, it is your job to make sure that any application being deployed on the network is safe and secure. But we know that

More information

Web and Automotive W3C Workshop. Renault - DREAM Nov 2012 RENAULT PROPERTY

Web and Automotive W3C Workshop. Renault - DREAM Nov 2012 RENAULT PROPERTY Web and Automotive W3C Workshop SUMMARY 01 Car 02 Technical 03 Web displays are special Challenges technologies and standards can help 2 01 Car displays are special 3 Cars are specifics A TV set is an

More information

Cooperation with other standards. Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, Detroit

Cooperation with other standards. Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, Detroit Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, 2014 - Detroit What is standardized elsewhere? How to cooperate with other standardization bodies? What is the legal impact?

More information

Unit 9. Multimedia Applications

Unit 9. Multimedia Applications nit 9 ultimedia pplications xample of ulti edia pplications treaming video Podcasting P telephony nternet radio eleconferencing nteractive games Virtual worlds Distance learning nicast and ulticast treaming

More information

Introduction of CAN FD into the next generation of vehicle E/E architectures

Introduction of CAN FD into the next generation of vehicle E/E architectures Introduction of CAN FD into the next generation of vehicle E/E architectures 16 th international CAN Conference, March 7-8 2017, Nuremberg Marc Schreiner, Daimler AG Agenda Introduction Future Vehicle

More information

Bridging the Real World with the Digital

Bridging the Real World with the Digital Connected Visual Computing Context Awareness Bridging the Real World with the Digital ensing Intel s Connected Visual Computing Research Jim Held Intel Fellow Director, Tera-scale Computing Research Agenda

More information

PENETRATION TESTING OF AUTOMOTIVE DEVICES. Dr. Ákos Csilling Robert Bosch Kft., Budapest HUSTEF 15/11/2017

PENETRATION TESTING OF AUTOMOTIVE DEVICES. Dr. Ákos Csilling Robert Bosch Kft., Budapest HUSTEF 15/11/2017 PENETRATION TESTING OF AUTOMOTIVE DEVICES Dr. Ákos Csilling Robert Bosch Kft., Budapest HUSTEF 15/11/2017 Imagine your dream car 2 Image: 2017 ESCRYPT. Exemplary attack demonstration only. This is NOT

More information

Automotive Security: Challenges and Solutions

Automotive Security: Challenges and Solutions Automotive Security: Challenges and Solutions 8 th Vector Congress 30 th November 2016 V2.01.00 2016-11-22 Agenda Introduction Services Embedded Security Mechanisms Tools Summary 2 Introduction Vehicle

More information

KPIT S Connected Vehicle Practice

KPIT S Connected Vehicle Practice KPIT S Connected Vehicle Practice Vehicle Telematics Vehicle-to-Anything (V2X) Cybersecurity With an intent to shape up the futuristic Internet-of-Vehicles era, KPIT offers Vehicle-to-anything (V2X) solutions

More information