8000 GitHub - Sheetlar/arxml: Python AUTOSAR XML parser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sheetlar/arxml

 
 
8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTOSAR

Python AUTOSAR XML parser.

AUTOSAR version support

  • AUTOSAR 3.0
  • AUTOSAR 4.2

Requirements

Documentation

To parse ARXML file, use parse_arxml function from autosar.extractor.parse_arxml

Provide it with pathlib.Path to ARXML file you want to parse. You will receive a tuple of ExtractedSystem elements.

ExtractedSystem object consist of:

  • System that was extracted
  • A tuple of FIBEX elements the system defines
  • SOME/IP service ID, method ID and interface version mapping to name/structure tuple
  • Source IP address and port to ECU mapping

About

Python AUTOSAR XML parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0