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 dmsg async & other interfaces #75

Open
jdknives opened this issue Apr 28, 2021 · 1 comment
Open

Implement dmsg async & other interfaces #75

jdknives opened this issue Apr 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jdknives
Copy link
Member

Feature description

@SkycoinSynth requested that we rewrite dmsg as an interface to allow the usage of various implementations (async, unencrypted etc). Optimally we would conform to the net.Conn although that is not strictly required.

We could then use different dmsg implementations (not yet written) without having to change implementation details in Skywire or other places where we use dmsg.

@0pcom 0pcom changed the title Implement dmsg interface Implement dmsg async & other interfaces Feb 5, 2025
@0pcom 0pcom added the enhancement New feature or request label Feb 5, 2025
@0pcom
Copy link
Collaborator

0pcom commented Feb 5, 2025

dmsg async is still valid / referenced by synth.

One thing to note - might it be optimal to do dmsg async via an underlying UDP connection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants