binding the web of things with lwm2m for a vehicular use
play

Binding the Web of Things with LwM2M for a vehicular use case - PowerPoint PPT Presentation

Binding the Web of Things with LwM2M for a vehicular use case Benjamin KLOTZ klotz@eurecom.fr Goals Demonstration of vehicle sensors as Web Things Properties/actions/events from the cars sensor/actuator network Potentially


  1. Binding the Web of Things with LwM2M for a vehicular use case Benjamin KLOTZ klotz@eurecom.fr

  2. Goals  Demonstration of vehicle sensors as Web Things  Properties/actions/events from the car‘s sensor/actuator network  Potentially possible with every sensors/actuators  Demonstration of a protocol binding between WoT and LwM2M 21/07/2017 - - p 1

  3. Goals  Interest of WoT  Integrate data from the vehicle with external knowledge bases  Adds a semantic enrichment layer  Can be linked with the work of the W3C Automotive WG[1]  Interest of Leshan for LwM2M communication  LwM2M is fast deployable, with efficient device management and security workflow  Leshan[2] is open-source, java-based and adapted for the creation of lwM2M objects and instances on the client side.  Leshan provides a user interface and an API [1] https://www.w3.org/auto/wg/ [2] http://www.eclipse.org/leshan/ 21/07/2017 - - p 2

  4. General architecture and parts OEM Cloud Browser as a WoT 6 5 WoT server client TD 7 API HTTP 1 LwM2M Protocol server binding 2 CoAP 3 Pi LwM2M client N ° Domain Part 4 1 LwM2M methods mapping Car data Protocol binding access 2 Implementation 3 Hardware and communication Demo setup 4 Car data access 5 Thing description Retrieval and parsing 6 WoT communication data communication 7 API WoT endpoint 21/07/2017 - - p 3

  5. Protocol binding: LwM2M WoT LwM2M Input Output Interactions Method Method if specific target Read Read property Value Property Write Write property, parameter Invoke Execute action object Update task Write on instance Action parameter action instance, parameters Action Cancel task Write on instance Action parameter action instance, parameters Subscribe Observe signal Regular values Update Subscription subscription Write on instance parameter subscription, parameter Event Cancel subscription Write on instance Observe subscription, parameter WoT methods HTTP methods LwM2M methods Leshan API Python snippet 21/07/2017 - - p 4

  6. Demo setup OEM Cloud Browser as a WoT WoT server TD client API HTTP LwM2M Protocol server binding CoAP  A Raspberry pi connected to the vehicle Pi LwM2M client  connected to the cloud using LTE Car data  Acessible when the vehicle is on access  Vehicle data is mapped with LwM2M objects in the Pi  Private IDs remain hidden, but are accessible  The LwM2M server retrieves the result of the job without modification. 21/07/2017 - - p 5

  7. Thing description: context  Need: sensor/actuator ontology, car ontology  https://w3c.github.io/wot/w3c-wot-td-context.jsonld/, https://w3c.github.io/wot/w3c-wot-common-context.jsonld/  https://auto.schema.org/ for static information (name, brand…)  Linked version of GENIVI‘s Vehicle Signal Specification (V. Charpenay) – Contains descriptions of car‘s signals with units "@context": ["https://w3c.github.io/wot/w3c-wot-td- context.jsonld/", {"wot": "https://w3c.github.io/wot/w3c-wot- common-context.jsonld/"} , {"auto": "https://schema.org/" }, {"vss": "vss2ttl/vss.ttl#" }] { "@type": ["Action","vss:RearShadeSwitch"], "name": "openWindows", "inputData": { "valueType": { "type": "integer" }, "wot:unit": "wot:ms" }, "links": { "href" : "http://localhost:8080/api/clients/[clientID]/[signalID]", "mediaType": "application/json" }} 21/07/2017 - - p 6

  8. TD retrieval and parsing  The TD file is stored in the same repository as the WoT server  File read and parsed  SPARQL query: find interactions and their parameters  Generate link to the interaction page  Endpoint/Read/<MethodId>:  Start the function associated with the Read method 21/07/2017 - - p 7

  9. Thing description: sequence diagram Browser WoT server LwM2M API / /api/clients Discovery List of endpoints with List of endpoints and available objects links to <endpoint>/consumtd <endpoint>/consumetd Consume Read, parse, query the local TD TD Display possible interactions file, Save data as global variables <endpoint>/property/read/speed Protocol binding using the TD (link to the LwM2M API) Read speed /api/clients/[clientID]/11001/0/1 Data {„id“:0,“value“:76} access Enrich returned value 76 (not implemented yet) 21/07/2017 -

  10. WoT communication  WoT server: python script with Flask  A page for Thing discovery  A page to consume the TD  One web page per interaction  WoT client: browser  Every exchange is based on the HTTP protocol 21/07/2017 - - p 9

  11. Final interface  API  Endpoint/consumetd consumes the TD  Endpoint/read, Endpoint/write, Endpoint/subscribe, Endpoint/delete, Endpoint/invoke, Endpoint/cancel, Endpoint/update pages for one task  Inputs in the URIs: Endpoint/write/methodID/Value 21/07/2017 - - p 10

  12. Conclusion and future work  Challenges faced:  Provide a remote access to vehicle data adapted for web use cases – Is still limited by what the car data access  Develop a protocol binding between WoT and LwM2M – Easy basic mapping of methods – Was made possible using the Leshan API  Link the work of the W3C WoT IG and the W3C Automotive WG – Using the W3C Automotive WG/GENIVI’s Vehicle Signal Spec  Future work – Develop use cases with other sensors/actuators – Do data integration from the vehicle and external knowledge bases – Present the link between W3C WoT and auto to the latter 21/07/2017 - - p 11

  13. Thank you for your attention Do you have questions ? Contact: Benjamin Klotz klotz@eurecom.fr 21/07/2017 -

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend