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

DATA Splitter #10

Open
IceDragon200 opened this issue Feb 15, 2020 · 0 comments
Open

DATA Splitter #10

IceDragon200 opened this issue Feb 15, 2020 · 0 comments

Comments

@IceDragon200
Copy link
Owner

A high-level counter part to the DATA Decoder, the splitter would allow users to specify a 'structure' of the data and then route individual parts to different ports.

Features

  • Users can specify the structure, in terms of bytes, that is, a user can specify 2,2,4, which would split the incoming pdu into smaller pdu's of size 2, 2 and 4 respectively.
Input: \x02\x03\x04\x05\xA0\xA1\xA2\xA3
Output: 1:\x02\x03, 2:\x04\x05, 3:\xA0\xA1\xA2\xA3
  • Users can specify output ports or each part based on the specified structure, there should be a limit to the number of splits allowed (16 to match with the maximum allowed ports on non-multi cables)
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

No branches or pull requests

1 participant