-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create generic multi-channel protocol #58
Comments
Hi, this is a great thing. We should consider accomodating more functionality into a common protocol layer. For example we have the credit based flow control or the packetization into wider interfaces. In the end we may up with the glip physical/data link and with the glib transport layer or so. Cheers, |
Hi, Main idea is using special words to trigger the channel multiplexing.
Here is short proposal about the channel multiplexing protocol ( taken target receiving data as example):
What do you think? I hope this makes sense and really look forward to hearing your opinions. Thank you very much! Best regards, |
The protocol sounds good. But please choose another control word than 0xBABE. How about 0xC001? |
Hi @imphil |
Create a protocol which we can layer on top of the current FIFO protocols to support multiple channels through a shared connection.
The text was updated successfully, but these errors were encountered: