mahmut-aksakalli / arxml-viewer

This tool aims to visualize ARXML files in human readable form with easy search operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arxml-app

This tool aims to visualize ARXML files in human readable form with easy search operations.

Features

  • open ARXML files up to 500MB

  • Drag-drop file operations

  • Multiple file support

    multiple-file

  • Easy usage

    simple-usage

  • Advanced search functionalities

Executables

Development

  • ElectronJS
    • creates Desktop applications
    • handles file operations
  • VueJS
  • fast-xml-parser
    • Parse XML to JS/JSON
  • traverse
    • Traverse and transform objects by visiting every node on a recursive walk.

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Customize configuration

See Configuration Reference.

Upcoming Features

  • ARXML file support > 500MB
  • ECU view to visualize SWCs, runnables and port connections

About

This tool aims to visualize ARXML files in human readable form with easy search operations.

License:MIT License


Languages

Language:Vue 62.4%Language:JavaScript 35.3%Language:HTML 2.3%