Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement command and reply #2

Merged
merged 39 commits into from
Jan 9, 2024
Merged

Implement command and reply #2

merged 39 commits into from
Jan 9, 2024

Conversation

hariso
Copy link
Contributor

@hariso hariso commented Dec 11, 2023

Implements the sending of commands from a host to a processor and also fetching a reply.

The commands user are dummy commands and are serialized using JSON. "Real" commands will follow in a different PR. The serialization will be changed to use Protobuf.

Depends on #1.

internal/commands.go Outdated Show resolved Hide resolved
serve/serve.go Outdated Show resolved Hide resolved
@hariso hariso mentioned this pull request Dec 13, 2023
command.go Outdated Show resolved Hide resolved
@hariso hariso changed the base branch from main to haris/init December 13, 2023 17:38
@hariso hariso requested a review from a team as a code owner December 13, 2023 17:38
.golangci.yml Outdated Show resolved Hide resolved
internal/memory.go Outdated Show resolved Hide resolved
Base automatically changed from haris/init to main December 20, 2023 14:24
@hariso hariso enabled auto-merge (squash) January 4, 2024 16:06
@hariso hariso merged commit 791ebd7 into main Jan 9, 2024
3 checks passed
@hariso hariso deleted the haris/command-basics branch January 9, 2024 15:55
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