Skip to content

Add serialization support using Protobufs - #6

Draft
phckopper wants to merge 6 commits into
mainfrom
phckopper/add-serialization
Draft

Add serialization support using Protobufs#6
phckopper wants to merge 6 commits into
mainfrom
phckopper/add-serialization

Conversation

@phckopper

Copy link
Copy Markdown
Collaborator

This PR resolves #2 by using the nanopb library to use Protocol Buffers for serialization.

Please note that nanopb is registered as a git submodule, so you should clone it by using the recursive flag:

git clone --recurse-submodules https://github.com/pedrorigon/wakeUP_Computer/

If you have already cloned the repo, all you should do is

git submodule update --init

@phckopper
phckopper marked this pull request as draft January 30, 2023 15:02
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.

Network package should pass serialized payload

1 participant