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

Multiplexing, Versioning, Serialization and Framing Scheme #59

Closed
coot opened this issue Nov 15, 2018 · 2 comments
Closed

Multiplexing, Versioning, Serialization and Framing Scheme #59

coot opened this issue Nov 15, 2018 · 2 comments

Comments

@coot
Copy link
Contributor

coot commented Nov 15, 2018

net_impl_multiplexing_serialization
Design and implement the multiplexing, versioning, serialisation and framing scheme for running the mini-protocols on a single bearer channel, in simulation

This takes a set of mini-protocol implementations (client and server sides) and runs them all over a single byte level channel by multiplexing at an appropriate level (either message or message chunk). This necessitates some design for framing (the units of multiplexing), and serialisation for frames. It also requires a minimal design for any opening messages including protocol version negotiation.

@coot coot added the enhancement New feature or request label Nov 15, 2018
@coot
Copy link
Contributor Author

coot commented Nov 15, 2018

#68 - socket version of the pipe demo

@dcoutts
Copy link
Contributor

dcoutts commented Dec 5, 2018

Note that the current implementation strategy (e.g. in #68) involves incorporating some of the TCP aspects early net_impl_tcp, not just all in simulation first and TCP later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants