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

Define optimal synchronization (start) bytes for link layer #14

Open
jadamcrain opened this issue Mar 10, 2017 · 3 comments
Open

Define optimal synchronization (start) bytes for link layer #14

jadamcrain opened this issue Mar 10, 2017 · 3 comments

Comments

@jadamcrain
Copy link
Member

The best start bytes should have a low probability of occurring in other parts of the protocol.

How about:

0b10101010 == 0xAA
0b01010101 == 0x55

So start characters would be [0xAA, 0x55]

thoughts?

@blytkerchan
Copy link
Contributor

blytkerchan commented Mar 10, 2017 via email

@jadamcrain
Copy link
Member Author

jadamcrain commented Mar 10, 2017

0x5AA5 if you flip the nibbles and append

Let the bikeshed continue! =)

@blytkerchan
Copy link
Contributor

blytkerchan commented Mar 10, 2017 via email

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

2 participants