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 a way to notify the current connection status to higher network layers #11

Open
2 tasks
SamClercky opened this issue Mar 12, 2024 · 0 comments
Open
2 tasks
Labels
feature New feature or request

Comments

@SamClercky
Copy link
Contributor

At the moment there is no way of indicating whether or not the link layer is active. This can become interesting when integrating with Embassy as it would prevent packets being sent while the underlying layers are still setting up (ie. initial phases of TSCH).

This would probably require some changes in:

  • The Radio trait, as it would need a way to signal that the radio is ready to transmit (also what about sleep states?)
  • The Driver trait, as it would need to propagate the current state to higher layers

Adding this issue here, as it would be a major breaking change and more expensive to change later on.

@thvdveld thvdveld changed the title FEATURE: Add a way to notify the current connection status to higher network layers Add a way to notify the current connection status to higher network layers Mar 13, 2024
@thvdveld thvdveld added the feature New feature or request label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants