Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arxml

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arxml

Python AUTOSAR XML parser

  • 0.4.0
  • PyPI
  • Socket score

Maintainers
1

AUTOSAR

Python AUTOSAR <https://www.autosar.org/>_ XML parser.

AUTOSAR version support

  • AUTOSAR 3.0
  • AUTOSAR 4.2

Requirements

  • Python 3.11 <https://www.python.org/>_

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc