You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
Radio
trait, as it would need a way to signal that the radio is ready to transmit (also what about sleep states?)Driver
trait, as it would need to propagate the current state to higher layersAdding this issue here, as it would be a major breaking change and more expensive to change later on.
The text was updated successfully, but these errors were encountered: