Skip to content

canaddr: Decode address claims #58

Description

@Notgnoshi

I want to scrape https://www.isobus.net/isobus/ and print the human-meaningful NAME fields wherever possible.

Complications:

  • If this is to be parse-only, then it's easier: map numbers to strings
  • If this is to enable generating a NAME, a NAME-filter, then it's harder
    • What API do you provide for the hierarchical fields? Enums? Nested enums? Constants nested in modules?
    • A strongly typed NAME builder? Can it force requiring e.g., IG2-specific (or global) device classes if IG==2?

Can this be code-genned from the CSV export https://www.isobus.net/isobus/attachments/isoExport_csv.zip ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions