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

Re-image CAN network as a notification center #144

Open
dyldonahue opened this issue Sep 3, 2024 · 1 comment
Open

Re-image CAN network as a notification center #144

dyldonahue opened this issue Sep 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dyldonahue
Copy link
Contributor

Current Features

Right now, we have a slightly messy system of different apps receiving messages from our can bus. It can be confusing, and our can id filtering doesnt really work

Desired Additional Features

I think we need to cerate a higher level wrapper upon our can interface, and something like a "notification center" could be a good implementation.

Generally, this could be something like a subscribe/post api system, where any application should "subscribe" to a certain device's notifications (or a type of message from said device), and sending can messages can be wrapped in a "post notification" api.

With this, we could abstract and correctly implement ID filtering, and have a cleaner interface to know what messages or message types an app is receiving from

Screenshots (as needed)

No response

@dyldonahue dyldonahue added the enhancement New feature or request label Sep 3, 2024
@jr1221
Copy link
Contributor

jr1221 commented Sep 8, 2024

I wanna talk about this sometime to see what u mean.

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

No branches or pull requests

2 participants