Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Faster version polling #59

Merged
merged 1 commit into from
Dec 23, 2019
Merged

Faster version polling #59

merged 1 commit into from
Dec 23, 2019

Conversation

nseidle
Copy link
Member

@nseidle nseidle commented Dec 23, 2019

Changed getProtocolVersion from multiple queries to one query with parsing.

Increased the RAM size from 128 to 256 to accommodate the 220 byte response from ZED-F9P.

@nseidle nseidle merged commit dc9a9d5 into master Dec 23, 2019
@nseidle nseidle deleted the BetterNACKHandling branch December 23, 2019 22:03
@PaulZC
Copy link
Collaborator

PaulZC commented Dec 24, 2019

Nice - I like it. Doing it with a single MON-VER is a much better way of doing it. The old version used to work on the ZED but only because PROTVER appeared in the first 128 bytes, and it was very heavy on the interface!

@mayopan
Copy link

mayopan commented Dec 25, 2019

Nice!
With my closed PR#55, this PR#59 makes it easy to get version info including all extensions.
Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants