Skip to content

Plugins Support Step 2

Due by May 01, 2025 20% complete

Plan MAX:

  • Remove all hardcoded references to parsers/sources on client layer.
  • Embedded parsers & sources should be dynamically defined like plugins.
  • Client just gets a list of available parser/sources and suggest it to user; in other words, client doesn't know a source of parser/source (is it plugin or embedded)

Issue

  • main issue is: some parser and sou…

Plan MAX:

  • Remove all hardcoded references to parsers/sources on client layer.
  • Embedded parsers & sources should be dynamically defined like plugins.
  • Client just gets a list of available parser/sources and suggest it to user; in other words, client doesn't know a source of parser/source (is it plugin or embedded)

Issue

  • main issue is: some parser and sources (like DLT or Serial Port) has very specific configuration step, which is quite problematic make configurable and abstract. It might be, this functionality will go to chipmunk v.4
Loading