Skip to content
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

Add support for vendor commands. #14

Open
gkoh opened this issue Sep 9, 2024 · 0 comments
Open

Add support for vendor commands. #14

gkoh opened this issue Sep 9, 2024 · 0 comments

Comments

@gkoh
Copy link
Owner

gkoh commented Sep 9, 2024

Originally mentioned by @gizmomelb here:
#11 (comment)_

Vendor commands, as far as I understand, are not strictly defined.
A single vendor command appears limited to 14 bytes, which helps.

However, I haven't seen enough of them to know how to handle them in a configurable way.
Experience with other embedded protocols suggests the following:

  • it is likely we will need to reverse engineer the contents of the command
  • commands may:
    • expect a specific response
    • expect no response

The first cut should just support hardcoded commands and responses ie.:

  • if receive
  • reply OR
  • do something else?

Once we get here, we should be able to gain more data to make better informed design choices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant