Skip to content

feat: docker.yml: Rebuild latest on update to decoder#21

Merged
hunterhubble merged 1 commit into
HubbleNetwork:mainfrom
hunterhubble:hubble-satnet-dispatch-clean
Jun 5, 2026
Merged

feat: docker.yml: Rebuild latest on update to decoder#21
hunterhubble merged 1 commit into
HubbleNetwork:mainfrom
hunterhubble:hubble-satnet-dispatch-clean

Conversation

@hunterhubble

Copy link
Copy Markdown
Contributor

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

@hunterhubble hunterhubble requested a review from hubble-art June 5, 2026 17:26
Comment thread src/stream_web/config.py Outdated
# -- Decoder scheduling ----------------------------------------------------
DECODE_WINDOW_S = 1.0
DECODE_INTERVAL_S = 0.5
DECODE_INTERVAL_S = 0.75

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, my mistake. I mistook the TD viewer missing part of the packet as the packet not decoding. I needed to update TD_WINDOW_S to 0.75 so we can see the entirety of the packets of 13 byte payload. I fixed that just now.

Screenshot 2026-06-05 at 10 45 22 AM Screenshot 2026-06-05 at 10 42 31 AM

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]>
@hunterhubble hunterhubble force-pushed the hubble-satnet-dispatch-clean branch from 83da4a9 to 42c270f Compare June 5, 2026 17:58
@hubble-art hubble-art self-requested a review June 5, 2026 18:53
@hunterhubble hunterhubble merged commit 2ff508c into HubbleNetwork:main Jun 5, 2026
4 checks passed
@hunterhubble hunterhubble deleted the hubble-satnet-dispatch-clean branch June 5, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants