The Autosar Parameter Name Toolbox is a Streamlit-based web application that provides a user-friendly interface for converting between long and short names of Autosar parameters. This tool is essential for engineers and developers working with Autosar data who require a quick and easy method to reference and manage parameter names.
- Short Name Generator: Convert verbose Autosar parameter long names to concise short names.
- Long Name Finder: Retrieve the full descriptive long names from abbreviated short names.
- Interactive UI: A straightforward and interactive user interface that requires no prior training to use.
- Supports Bulk Operations: Efficiently process multiple names at once, saving time and effort.
- Immediate Feedback: The application provides direct feedback for the operations, including success indicators and warnings for invalid inputs.
- Select the Generate Short Name option.
- Choose to input a Single or Multiple long names.
- Enter the long name(s) in the provided field.
- Click the button to generate short names.
- View the generated short names displayed on the screen.
- Select the Find Long Name option.
- Choose to input a Single or Multiple short names.
- Enter the short name(s) in the provided field.
- Click the button to find long names.
- View the full descriptive long names displayed on the screen.
Acess the app via this link
We welcome contributions to the Autosar Parameter Name Toolbox. If you have suggestions or want to contribute code or bug fixes, please submit an issue or pull request on GitHub.
We hope this tool makes managing Autosar parameters a breeze. For feature requests, bugs, or contributions, please open an issue or pull request. Happy coding!