Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Define and implement a communication protocol format #13

Closed
Tracked by #1
matjazv opened this issue Nov 18, 2022 · 0 comments · Fixed by #48
Closed
Tracked by #1

Define and implement a communication protocol format #13

matjazv opened this issue Nov 18, 2022 · 0 comments · Fixed by #48
Assignees
Milestone

Comments

@matjazv
Copy link
Contributor

matjazv commented Nov 18, 2022

Description

  • Define generic and efficient message protocol.
  • It must be in a binary format.
  • Check what kind of messages are required.
  • Defining envelope for the message.
  • Implement/update unittests.

Acceptance Criteria

  • Messages according to a defined protocol are sent over a network.
  • All new code is unit tested.

Additional Information

  • Publish(topic: string, data: []byte) and RegisterEventHandler need to be implemented
  • Above those 2 functions need to be connected to the pubsub
  • We need a method to create new topic in gossipsub
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants