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

create spec for can bus communication #8

Open
pfrommerd opened this issue Nov 14, 2019 · 0 comments
Open

create spec for can bus communication #8

pfrommerd opened this issue Nov 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pfrommerd
Copy link
Collaborator

We need to figure out how ids will be divvied up on the can bus. Ideally, this would allow for:

  1. Resistance to variable id conflicts
  2. Equivalent functionality to uart protocol/interface
  3. Subscriptions, but not duplication of data (so that if two people on a bus subscribe to a variable, it gets sent out once, at the higher frequency)
  4. Gracefully handling devices going offline in case of watchdog/fault happening.
@pfrommerd pfrommerd self-assigned this Nov 14, 2019
@pfrommerd pfrommerd mentioned this issue Nov 14, 2019
@pfrommerd pfrommerd added the enhancement New feature or request label Nov 14, 2019
@pfrommerd pfrommerd added this to the 0.1-alpha milestone Nov 14, 2019
@pfrommerd pfrommerd modified the milestones: 0.1-alpha, 0.2-alpha Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant