feat: docker.yml: Rebuild latest on update to decoder#21
Merged
hunterhubble merged 1 commit intoJun 5, 2026
Merged
Conversation
hubble-art
reviewed
Jun 5, 2026
| # -- Decoder scheduling ---------------------------------------------------- | ||
| DECODE_WINDOW_S = 1.0 | ||
| DECODE_INTERVAL_S = 0.5 | ||
| DECODE_INTERVAL_S = 0.75 |
Contributor
There was a problem hiding this comment.
not sure this is needed. the decode window is 1 sec (DECODE_WINDOW_S) and we slide DECODE_INTERVAL_S at a time. Why would this need to be 0.75?
Contributor
Author
Added repository dispatch so that the latest sdr-docker rebuild with PyPI updates to hubble-satnet-decoder Also increased TD_WINDOW_S from 0.5 to 0.75 to be able to view the entire packet on 13 byte payloads (which are slightly longer than 0.5s) Coincides with commit d112a78 in hubble-satnet-decoder Signed-off-by: hunterhubble <[email protected]>
83da4a9 to
42c270f
Compare
hubble-art
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Added repository dispatch so that the latest sdr-docker rebuild with PyPI updates to hubble-satnet-decoder
Also increased DECODE_INTERVAL_S from 0.5 to 0.75 to be able to decode 13 byte packets (which are 0.524s).
Coincides with commit d112a78 in hubble-satnet-decoder