Skip to content

[backend] [pr1] packet decoder - #31

Merged
jmaralo merged 6 commits into
developfrom
backend/packet-decoder
Nov 13, 2023
Merged

[backend] [pr1] packet decoder#31
jmaralo merged 6 commits into
developfrom
backend/packet-decoder

Conversation

@jmaralo

@jmaralo jmaralo commented Nov 10, 2023

Copy link
Copy Markdown
Member

The decoder takes all incoming communications and turns the raw binary into concrete go structs.

This first PR covers the root decoder, Packet and the data decoder data.

The root decoder reads the id of the packet and chooses the appropriate decoder to keep decoding the message.

The data decoder decodes packets based on the structure defined on the ADE.

@jmaralo jmaralo added this to the Backend v1.0.0 milestone Nov 10, 2023
@jmaralo jmaralo self-assigned this Nov 10, 2023
@jmaralo
jmaralo merged commit f1401d7 into develop Nov 13, 2023
@jmaralo
jmaralo deleted the backend/packet-decoder branch November 13, 2023 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants