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

Room Join Packet (0x2111): Unknown bytes 3:4 #3

Open
jglim opened this issue Apr 14, 2020 · 0 comments
Open

Room Join Packet (0x2111): Unknown bytes 3:4 #3

jglim opened this issue Apr 14, 2020 · 0 comments

Comments

@jglim
Copy link
Owner

jglim commented Apr 14, 2020

client_join_request.extend(int_to_bytes(0x0100, 2)) # unknown

The int16 should be broken into 2 separate bytes:

First byte: own room slot id
Second byte: room keybearer's slot id


0100 happens to work when joining a room with 1 person as the person joining will be assigned slot 1, and the room host is almost always at slot 0.

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