-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does canmatrix support parsing of Ethernet ARXML files? #714
Comments
Hi @mominggame , please try:
See also: |
I was able to parse ETH using your method, but I noticed that there was no IP address in the results. Could you please help me understand why this is the case? Thank you. |
Hi @mominggame , sure : the ethernet-support is very basic. IP-addresses are not extracted (yet). Maybe you describe your use-case a bit more in detail, than an implementation would be possible. |
Thank you very much for your answer. Can the command 'cluster = canmatrix.formats.arxml.load(arxml, decode_ethernet=True)' be used to convert the cluster to JSON format? Is there any documentation available to help with this?" |
Hi @mominggame Yes, is possible: But again, probably onle very limited information are extracted from ARXML see also: |
After loading an Ethernet ARXML file using 'dbs=canmatrix.formats.loadp(file_path)', the length of 'dbs' is 0.
The text was updated successfully, but these errors were encountered: